mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
12 lines
537 B
Diff
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_)
|