mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
mnt mount rule change
This commit is contained in:
parent
2eaea1783f
commit
d5d2aa4d03
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@ profile fusermount3 /usr/bin/fusermount3 {
|
|||
capability dac_read_search,
|
||||
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,rw) -> @{HOME}/**/,
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,rw) -> /mnt/**/,
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,rw) -> /mnt/{,**/},
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,rw) -> @{run}/user/@{uid}/*/,
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,rw) -> /media/**/,
|
||||
mount fstype=@{fuse_types} options=(nosuid,nodev,rw) -> /tmp/**/,
|
||||
|
||||
umount @{HOME}/**/,
|
||||
umount /mnt/**/,
|
||||
umount /mnt/{,**/},
|
||||
umount @{run}/user/@{uid}/*/,
|
||||
umount /media/**/,
|
||||
umount /tmp/**/,
|
||||
|
|
Loading…
Add table
Reference in a new issue