1
#include <tunables/global>
3
/usr/bin/lxc-start flags=(attach_disconnected) {
8
# FIXME: should be: mount /** -> /usr/lib/lxc/root/**
9
# currently blocked by apparmor bug
10
mount -> /usr/lib/x86_64-linux-gnu/lxc/{**,},
11
mount fstype=devpts -> /dev/pts/,
12
mount options=bind /dev/pts/ptmx/ -> /dev/ptmx/,
15
# all umounts are under the original root's /mnt, but right now we
16
# can't allow those umounts after pivot_root. So allow all umounts
17
# right now. They'll be restricted for the container at least.
21
# FIXME: should be: pivot_root /usr/lib/lxc/x86_64-linux-gnu/root/
22
# requires >= 3.2.0-19
25
change_profile -> lxc-*,
26
change_profile -> unconfined,