From 5bd49a219842332871237f09b2ca1bf0d1edc096 Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Mon, 4 Jan 2021 15:35:15 +0000 Subject: [PATCH] Allow the unsafe things, seems to be needed for cap_set_proc etc which were failing --- var/lib/lxc/android/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/lib/lxc/android/config b/var/lib/lxc/android/config index be2e073..842101e 100644 --- a/var/lib/lxc/android/config +++ b/var/lib/lxc/android/config @@ -14,7 +14,7 @@ lxc.arch = arm64 lxc.cap.drop = mac_admin mac_override # Blacklist some syscalls which are not safe in privileged containers -lxc.seccomp.profile = /usr/share/lxc/config/common.seccomp +#lxc.seccomp.profile = /usr/share/lxc/config/common.seccomp lxc.hook.pre-start = /var/lib/lxc/android/pre-start.sh