From: Alessandro Astone Date: Mon, 20 Mar 2023 13:45:25 +0000 (+0100) Subject: Revert "All AppArmor profiles have been switched to the "enforce" mode." X-Git-Tag: 1.4.1~7 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/329940da98ec3b6dfaf95144cb5a0ac467bb98df Revert "All AppArmor profiles have been switched to the "enforce" mode." Not ready yet This reverts commit 819bfa0abb0701e9cac6563dc6fd3e5b6ace46ed. --- diff --git a/data/configs/apparmor_profiles/adbd b/data/configs/apparmor_profiles/adbd index 7717fca..19c660d 100644 --- a/data/configs/apparmor_profiles/adbd +++ b/data/configs/apparmor_profiles/adbd @@ -1,4 +1,4 @@ -profile adbd flags=(attach_disconnected,mediate_deleted) { +profile adbd flags=(attach_disconnected,mediate_deleted,complain) { /** ix, /dev** rw, network, diff --git a/data/configs/apparmor_profiles/android_app b/data/configs/apparmor_profiles/android_app index bd2646a..e55fc01 100644 --- a/data/configs/apparmor_profiles/android_app +++ b/data/configs/apparmor_profiles/android_app @@ -1,4 +1,4 @@ -profile android_app flags=(attach_disconnected, mediate_deleted) { +profile android_app flags=(attach_disconnected, complain, mediate_deleted) { /** ix, /dev** rw, network, diff --git a/data/configs/apparmor_profiles/lxc-waydroid b/data/configs/apparmor_profiles/lxc-waydroid index 21727f3..5a1f5b2 100644 --- a/data/configs/apparmor_profiles/lxc-waydroid +++ b/data/configs/apparmor_profiles/lxc-waydroid @@ -1,4 +1,4 @@ -profile lxc-waydroid flags=(attach_disconnected, mediate_deleted) { +profile lxc-waydroid flags=(attach_disconnected, complain, mediate_deleted) { /** ix, /system/bin/app_process Pix -> lxc-waydroid//&android_app, /system/bin/app_process32 Pix -> lxc-waydroid//&android_app,