From 20699b20b609a033fe683a2d38509df128d32f9a Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 9 Mar 2025 23:58:18 +0100 Subject: [PATCH] fix: minor build issue. --- apparmor.d/groups/_full/systemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apparmor.d/groups/_full/systemd b/apparmor.d/groups/_full/systemd index c56a0936a..a2f5fbd87 100644 --- a/apparmor.d/groups/_full/systemd +++ b/apparmor.d/groups/_full/systemd @@ -70,7 +70,7 @@ profile systemd flags=(attach_disconnected,mediate_deleted) { mount fstype=debugfs options=(rw nodev noexec nosuid) debugfs -> @{sys}/kernel/debug/, mount fstype=fusectl options=(rw nodev noexec nosuid) fusectl -> @{sys}/fs/fuse/connections/, mount fstype=hugetlbfs options=(rw nosuid nodev) hugetlbfs -> /dev/hugepages/, - mount fstype=mqueue options=(rw nodev noexec nosuid) mqueue -> /dev/mqueue/, + mount fstype=mqueue options=(rw nodev noexec nosuid) -> /dev/mqueue/, mount fstype=proc options=(rw nosuid nodev noexec) proc -> @{run}/systemd/namespace-@{rand6}/, mount fstype=sysfs options=(rw nosuid nodev noexec) sysfs -> @{run}/systemd/namespace-@{rand6}/, mount fstype=tmpfs tmpfs -> /dev/shm/,