mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 05:17:59 +00:00
fusermount3: allow ro mounts on /cvmfs
This commit is contained in:
parent
6076d8c49a
commit
ce5e5a15fb
@ -21,6 +21,7 @@ profile fusermount3 /usr/bin/fusermount3 {
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,ro) -> @{run}/user/@{uid}/*/,
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,ro) -> /media/**/,
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,ro) -> /tmp/**/,
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,ro) -> /cvmfs/**/,
|
||||
|
||||
umount @{HOME}/**/,
|
||||
umount /mnt/{,**/},
|
||||
|
Loading…
x
Reference in New Issue
Block a user