Allow the unsafe things, seems to be needed for cap_set_proc etc which were failing

This commit is contained in:
Adam Boardman 2021-01-04 15:35:15 +00:00
parent 571cca9b94
commit 5bd49a2198

View file

@ -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