Update profiles.

This commit is contained in:
Alexandre Pujol 2021-11-04 18:33:25 +00:00
parent 27fe14152b
commit 477df29dd5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
19 changed files with 39 additions and 23 deletions

View file

@ -9,6 +9,7 @@ include <tunables/global>
@{exec_path} = /{usr/,}lib/tracker-extract-3
profile tracker-extract @{exec_path} {
include <abstractions/base>
include <abstractions/fonts>
include <abstractions/gstreamer>
include <abstractions/openssl>
@ -24,6 +25,8 @@ profile tracker-extract @{exec_path} {
/usr/share/tracker3-miners/{,**} r,
/usr/share/tracker3/{,**} r,
/etc/libva.conf r,
owner /tmp/tracker-extract-3-files.*/{,*} rw,
owner @{user_cache_dirs}/tracker3/files/{,**} rwk,
owner @{user_share_dirs}/gvfs-metadata/** r,
@ -44,6 +47,7 @@ profile tracker-extract @{exec_path} {
@{run}/udev/data/c51[0-9]:* r,
/dev/video[0-9]* rw,
/dev/dri/renderD128 rw,
include if exists <local/tracker-extract>
}