add missing read permissions

This commit is contained in:
valoq 2024-10-01 13:39:44 +02:00 committed by Alex
parent 3ebaf5bb29
commit ba186647cd
3 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/ffmpegthumbnailer @{exec_path} = @{bin}/ffmpegthumbnailer
profile ffmpegthumbnailer @{exec_path} { profile ffmpegthumbnailer @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/user-read-strict>
include <abstractions/user-write-strict> include <abstractions/user-write-strict>
@{exec_path} mr, @{exec_path} mr,

View file

@ -9,6 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/odt2txt @{exec_path} = @{bin}/odt2txt
profile odt2txt @{exec_path} { profile odt2txt @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/user-read-strict>
include <abstractions/user-write-strict> include <abstractions/user-write-strict>
@{exec_path} mr, @{exec_path} mr,

View file

@ -9,6 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/pdftotext @{exec_path} = @{bin}/pdftotext
profile pdftotext @{exec_path} { profile pdftotext @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/user-read-strict>
include <abstractions/user-write-strict> include <abstractions/user-write-strict>
@{exec_path} mr, @{exec_path} mr,