Unverified Commit 551301ff by Stoiko Ivanov Committed by Christian Brauner

apparmor: Allow ro remount of boot_id

The rule added in 86384507 did not cover all necessary mount calls for /proc/sys/kernel/random/boot_id (in src/lxc/conf.c: lxc_setup_boot_id) - the ro remount is missing. Signed-off-by: 's avatarStoiko Ivanov <s.ivanov@proxmox.com>
parent 5e9c4953
......@@ -22,6 +22,7 @@
mount -> /var/lib/lxc/{**,},
mount /dev/.lxc-boot-id -> /proc/sys/kernel/random/boot_id,
mount options=(ro, nosuid, nodev, noexec, remount, bind) -> /proc/sys/kernel/random/boot_id,
# required for some pre-mount hooks
mount fstype=overlayfs,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment