mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 18:08:11 +00:00
lxc-default-cgns apparmor profile: allow overlay mounts
Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
parent
2097da81da
commit
43ad7816d8
@ -10,4 +10,5 @@ profile lxc-container-default-cgns flags=(attach_disconnected,mediate_deleted) {
|
|||||||
deny mount fstype=devpts,
|
deny mount fstype=devpts,
|
||||||
mount fstype=cgroup -> /sys/fs/cgroup/**,
|
mount fstype=cgroup -> /sys/fs/cgroup/**,
|
||||||
mount fstype=cgroup2 -> /sys/fs/cgroup/**,
|
mount fstype=cgroup2 -> /sys/fs/cgroup/**,
|
||||||
|
mount fstype=overlay,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user