diff --git a/config/apparmor/abstractions/container-base b/config/apparmor/abstractions/container-base index 71e93487e..d783c955b 100644 --- a/config/apparmor/abstractions/container-base +++ b/config/apparmor/abstractions/container-base @@ -15,6 +15,9 @@ # allow tmpfs mounts everywhere mount fstype=tmpfs, + # allow hugetlbfs mounts everywhere + mount fstype=hugetlbfs, + # allow mqueue mounts everywhere mount fstype=mqueue, diff --git a/config/apparmor/abstractions/container-base.in b/config/apparmor/abstractions/container-base.in index 17be29734..c82f90038 100644 --- a/config/apparmor/abstractions/container-base.in +++ b/config/apparmor/abstractions/container-base.in @@ -15,6 +15,9 @@ # allow tmpfs mounts everywhere mount fstype=tmpfs, + # allow hugetlbfs mounts everywhere + mount fstype=hugetlbfs, + # allow mqueue mounts everywhere mount fstype=mqueue,