2
0
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:
Christian Boltz 2025-04-04 21:15:55 +02:00
parent abe588cea4
commit 4c8ae4760b
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

View File

@ -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-*/**/,