]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Allow cgroupfs remount by systemd 822/head
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 16 Feb 2016 01:08:09 +0000 (20:08 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 16 Feb 2016 01:08:25 +0000 (20:08 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
config/apparmor/abstractions/container-base.in

index e8a39ce3b5ec11f36ded094a9555e6b422f53911..2a3969b9f27298062a4d0edcea5ccff610d4be0f 100644 (file)
@@ -92,4 +92,5 @@
   deny /sys/kernel/security/** rwklx,
   mount options=(move) /sys/fs/cgroup/cgmanager/ -> /sys/fs/cgroup/cgmanager.lower/,
   mount fstype=cgroup -> /sys/fs/cgroup/**,
+  mount options=(ro, nosuid, nodev, noexec, remount, strictatime) -> /sys/fs/cgroup/,