aboutsummaryrefslogtreecommitdiffstats
path: root/community/anbox/apparmor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/anbox/apparmor.patch')
-rw-r--r--community/anbox/apparmor.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/anbox/apparmor.patch b/community/anbox/apparmor.patch
deleted file mode 100644
index 3a8acef6b39..00000000000
--- a/community/anbox/apparmor.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://github.com/anbox/anbox/pull/1856
---- a/src/anbox/container/lxc_container.cpp
-+++ b/src/anbox/container/lxc_container.cpp
-@@ -390,8 +390,6 @@ void LxcContainer::start(const Configuration &configuration) {
- // anbox-support interface. The container manager itself runs within a
- // child profile snap.anbox.container-manager//lxc too.
- set_config_item("lxc.apparmor.profile", "snap.anbox.container-manager//container");
--#else
-- set_config_item(lxc_config_apparmor_profile_key, "unconfined");
- #endif
-
- if (!privileged_)