Allow the unsafe things, seems to be needed for cap_set_proc etc which were failing
This commit is contained in:
parent
571cca9b94
commit
5bd49a2198
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ lxc.arch = arm64
|
||||||
lxc.cap.drop = mac_admin mac_override
|
lxc.cap.drop = mac_admin mac_override
|
||||||
|
|
||||||
# Blacklist some syscalls which are not safe in privileged containers
|
# 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
|
lxc.hook.pre-start = /var/lib/lxc/android/pre-start.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue