feat(profiles): deny gvfs-metadata when possible.
This commit is contained in:
parent
fcee586e9e
commit
ae6cecde52
23 changed files with 42 additions and 30 deletions
|
|
@ -73,9 +73,6 @@ profile atril @{exec_path} {
|
|||
|
||||
owner @{user_cache_dirs}/atril/{,**} rw,
|
||||
|
||||
owner @{user_share_dirs}/gvfs-metadata/home r,
|
||||
owner @{user_share_dirs}/gvfs-metadata/home-*.log r,
|
||||
|
||||
owner /tmp/gtkprint_* rw,
|
||||
owner /tmp/settings*.ini rw,
|
||||
owner /tmp/settings*.ini.* rw,
|
||||
|
|
@ -95,5 +92,7 @@ profile atril @{exec_path} {
|
|||
owner /tmp/atril-@{pid}/*/content.opf rw,
|
||||
owner /tmp/atril-@{pid}/*/META-INF/calibre_bookmarks.txt rw,
|
||||
|
||||
deny owner @{user_share_dirs}/gvfs-metadata/{,*} r,
|
||||
|
||||
include if exists <local/atril>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue