1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/anbox/apparmor.patch
2021-08-03 20:22:50 +00:00

12 lines
537 B
Diff

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_)