Add @{MOUNTS} for all common mountpoints.
This commit is contained in:
parent
a5ec3e559c
commit
1f11e6398b
127 changed files with 286 additions and 306 deletions
|
|
@ -25,9 +25,8 @@ profile nautilus @{exec_path} flags=(attach_disconnected) {
|
|||
# Full access to user's data
|
||||
/ r,
|
||||
owner @{HOME}/{,**} rw,
|
||||
owner @{MOUNTS}/*/{,**} rw,
|
||||
owner @{run}/user/@{uid}/{,**} rw,
|
||||
owner /media/*/{,**} rw,
|
||||
owner /mnt/*/{,**} rw,
|
||||
owner /tmp/{,**} rw,
|
||||
|
||||
# Silencer for non user's data
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ profile tracker-miner @{exec_path} {
|
|||
|
||||
# Allow to search user files
|
||||
owner @{HOME}/{,**} r,
|
||||
owner /media/*/{,**} r,
|
||||
owner @{MOUNTS}/*/{,**} r,
|
||||
owner /tmp/*/{,**} r,
|
||||
|
||||
owner @{user_share_dirs}/{applications/,mime/mime.cache} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue