Use @{uid} instead of [0-9]* when it denotes the user id.
This commit is contained in:
parent
cd4ad5b09c
commit
4a35b7d804
137 changed files with 253 additions and 253 deletions
|
|
@ -16,7 +16,7 @@ profile gvfsd-fuse @{exec_path} {
|
|||
|
||||
/{usr/,}bin/fusermount{,3} rCx -> fusermount,
|
||||
|
||||
mount fstype={fuse,fuse.*} -> @{run}/user/[0-9]*/gvfs/,
|
||||
mount fstype={fuse,fuse.*} -> @{run}/user/@{uid}/gvfs/,
|
||||
|
||||
/dev/fuse rw,
|
||||
|
||||
|
|
@ -33,8 +33,8 @@ profile gvfsd-fuse @{exec_path} {
|
|||
|
||||
/{usr/,}bin/fusermount{,3} mr,
|
||||
|
||||
mount fstype={fuse,fuse.*} -> @{run}/user/[0-9]*/gvfs/,
|
||||
umount @{run}/user/[0-9]*/**/,
|
||||
mount fstype={fuse,fuse.*} -> @{run}/user/@{uid}/gvfs/,
|
||||
umount @{run}/user/@{uid}/**/,
|
||||
|
||||
/etc/fuse.conf r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue