]> git.proxmox.com Git - mirror_lxc.git/blame - config/templates/nesting.conf.in
Merge pull request #1544 from brauner/2017-05-08/harden_console_handling
[mirror_lxc.git] / config / templates / nesting.conf.in
CommitLineData
108b88ce
SH
1# Use a profile which allows nesting
2lxc.aa_profile = lxc-container-default-with-nesting
3
4# Add uncovered mounts of proc and sys, else unprivileged users
5# cannot remount those
6
7lxc.mount.entry = proc dev/.lxc/proc proc create=dir,optional 0 0
8lxc.mount.entry = sys dev/.lxc/sys sysfs create=dir,optional 0 0