ubuntu.userns.conf.in revision 5b99af0079813347d90c935ea540ed7f96dcea38
6b0f9cd2ee601121cb7fe1d9ad8ebce782aa8f39Stephen Gallagher# This derives from the global userns config
6b0f9cd2ee601121cb7fe1d9ad8ebce782aa8f39Stephen Gallagherlxc.include = @LXCTEMPLATECONFIG@/userns.conf
1008001f34abb42df75f840db17f14a83f0c21d4Stephen Gallagher# Extra fstab entries as mountall can't mount those by itself
b355dcb54194f498921743ca33304eac35d89718Stephen Gallagherlxc.mount.entry = /sys/firmware/efi/efivars sys/firmware/efi/efivars none bind,optional 0 0
2cb6f28b3a12bb714bf14494d31eb6b6fff64b8bJakub Hrozeklxc.mount.entry = /proc/sys/fs/binfmt_misc proc/sys/fs/binfmt_misc none bind,optional 0 0
6b0f9cd2ee601121cb7fe1d9ad8ebce782aa8f39Stephen Gallagher# Default seccomp policy is not needed for unprivileged containers, and
531661c7bb54eb71853977a64cb30f80c20b963eJakub Hrozek# non-root users cannot use seccmp without NNP anyway.