feat(abs): fusermount: add mount, umount to fusermount.

This commit is contained in:
Alexandre Pujol 2025-04-12 22:50:49 +02:00 committed by Alex
parent 0860667d28
commit 5760ba4e48
3 changed files with 7 additions and 9 deletions

View file

@ -17,8 +17,15 @@
@{bin}/fusermount{,3} mr,
@{bin}/mount rix,
@{bin}/umount rix,
@{etc_ro}/fuse{,3}.conf r,
@{run}/mount/utab r,
@{run}/mount/utab.* rwk,
@{PROC}/@{pid}/mountinfo r,
@{PROC}/@{pid}/mounts r,
/dev/fuse rw,

View file

@ -77,14 +77,8 @@ profile xdg-document-portal @{exec_path} flags=(attach_disconnected) {
unix (send receive) type=stream peer=(label=xdg-document-portal),
@{bin}/mount rix,
@{bin}/umount rix,
owner @{run}/user/@{uid}/doc/ rw,
@{run}/mount/utab r,
@{run}/mount/utab.* rwk,
include if exists <local/xdg-document-portal_fusermount>
}

View file

@ -49,9 +49,6 @@ profile gvfsd-fuse @{exec_path} {
unix (send,receive) type=stream addr=none peer=(label=gvfsd-fuse),
@{bin}/mount rix,
@{bin}/umount rix,
include if exists <local/gvfsd-fuse_fusermount>
}