5
0
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:
Wolfgang Bumiller 2016-07-27 12:13:15 +02:00
parent ed32226288
commit aa1663da85

View File

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