mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +00:00
fusermount3: drop obsolete comment
The comment was introduced in https://gitlab.com/apparmor/apparmor/-/merge_requests/1562, but aa-logprof now understands these mount rules (since https://gitlab.com/apparmor/apparmor/-/merge_requests/1565)
This commit is contained in:
parent
abe588cea4
commit
4c8ae4760b
@ -29,7 +29,6 @@ profile fusermount3 /usr/bin/fusermount3 {
|
|||||||
umount /tmp/**/,
|
umount /tmp/**/,
|
||||||
|
|
||||||
# Flatpak's default cache directory where it mounts a revokefs-fuse
|
# Flatpak's default cache directory where it mounts a revokefs-fuse
|
||||||
# The second revokefs rule cannot be parsed by aa-logprof currently
|
|
||||||
mount fstype=fuse options=(nosuid,nodev,rw) /dev/fuse -> /var/tmp/flatpak-cache-*/**/,
|
mount fstype=fuse options=(nosuid,nodev,rw) /dev/fuse -> /var/tmp/flatpak-cache-*/**/,
|
||||||
mount fstype=fuse.revokefs-fuse options=(nosuid,nodev,rw) revokefs-fuse -> /var/tmp/flatpak-cache-*/**/,
|
mount fstype=fuse.revokefs-fuse options=(nosuid,nodev,rw) revokefs-fuse -> /var/tmp/flatpak-cache-*/**/,
|
||||||
umount /var/tmp/flatpak-cache-*/**/,
|
umount /var/tmp/flatpak-cache-*/**/,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user