]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
apparmor: Remove unnecessary includes
authorAlessandro Astone <ales.astone@gmail.com>
Mon, 21 Nov 2022 21:51:16 +0000 (22:51 +0100)
committerAlessandro Astone <ales.astone@gmail.com>
Mon, 21 Nov 2022 21:51:40 +0000 (22:51 +0100)
data/configs/apparmor_profiles/adbd
data/configs/apparmor_profiles/android_app
data/configs/apparmor_profiles/lxc-waydroid

index 6b5741031eedfe401ab7c98ac809063fbb4a53af..19c660d0e34fec88fe0dfbd6d7d11b181c8987fc 100644 (file)
@@ -1,7 +1,4 @@
-#include <tunables/global>
-
 profile adbd flags=(attach_disconnected,mediate_deleted,complain) {
-  #include <abstractions/base>
   /** ix,
   /dev** rw,
   network,
index be8fa4be995b5539b2283950a7c0751c9b107032..e55fc015ceb7ef7a320a96cede22ea2e3f6da214 100644 (file)
@@ -1,7 +1,4 @@
-#include <tunables/global>
-
 profile android_app flags=(attach_disconnected, complain, mediate_deleted) {
-  #include <abstractions/base>
   /** ix,
   /dev** rw,
   network,
index 4dad2059be9bf3cb64bbc7d810cea2f6d1fc24ad..5a1f5b2a0ca132f79dd4d67640b6b0f4c2883fa4 100644 (file)
@@ -1,7 +1,4 @@
-#include <tunables/global>
-
 profile lxc-waydroid flags=(attach_disconnected, complain, mediate_deleted) {
-  #include <abstractions/base>
   /** ix,
   /system/bin/app_process Pix -> lxc-waydroid//&android_app,
   /system/bin/app_process32 Pix -> lxc-waydroid//&android_app,