mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-24 15:14:50 +00:00
apparmor: silence 'silent' mount denials
newer lxc uses 'silent' when remounting on shutdown. Silence that denial too Author: Jamie Strandboge <jamie@canonical.com> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
28417b5a87
commit
097796ac6c
@ -11,6 +11,7 @@
|
||||
|
||||
# ignore DENIED message on / remount
|
||||
deny mount options=(ro, remount) -> /,
|
||||
deny mount options=(ro, remount, silent) -> /,
|
||||
|
||||
# allow tmpfs mounts everywhere
|
||||
mount fstype=tmpfs,
|
||||
|
Loading…
Reference in New Issue
Block a user