mirror of
git://git.proxmox.com/git/lxc.git
synced 2025-03-23 10:50:23 +03:00
update apparmor profiles in postinstall
This commit is contained in:
parent
ed32226288
commit
aa1663da85
3
debian/lxc-pve.postinst
vendored
3
debian/lxc-pve.postinst
vendored
@ -14,6 +14,9 @@ case "$1" in
|
||||
# create subuid/subgui map for root
|
||||
# (to run unprivileged containers as root)
|
||||
usermod -v 100000-165535 -w 100000-165535 root
|
||||
|
||||
# update apparmor profiles
|
||||
apparmor_parser -r -W -T /etc/apparmor.d/lxc-containers
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
Loading…
x
Reference in New Issue
Block a user