mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 12:06:12 +00:00
Apparmor: allow hugetlbfs mounts everywhere
Signed-off-by: Jesse Tane <jesse.tane@gmail.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
b4c1e35d24
commit
f2f545857c
@ -15,6 +15,9 @@
|
|||||||
# allow tmpfs mounts everywhere
|
# allow tmpfs mounts everywhere
|
||||||
mount fstype=tmpfs,
|
mount fstype=tmpfs,
|
||||||
|
|
||||||
|
# allow hugetlbfs mounts everywhere
|
||||||
|
mount fstype=hugetlbfs,
|
||||||
|
|
||||||
# allow mqueue mounts everywhere
|
# allow mqueue mounts everywhere
|
||||||
mount fstype=mqueue,
|
mount fstype=mqueue,
|
||||||
|
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
# allow tmpfs mounts everywhere
|
# allow tmpfs mounts everywhere
|
||||||
mount fstype=tmpfs,
|
mount fstype=tmpfs,
|
||||||
|
|
||||||
|
# allow hugetlbfs mounts everywhere
|
||||||
|
mount fstype=hugetlbfs,
|
||||||
|
|
||||||
# allow mqueue mounts everywhere
|
# allow mqueue mounts everywhere
|
||||||
mount fstype=mqueue,
|
mount fstype=mqueue,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user