use strict abstraction

This commit is contained in:
valoq 2024-06-07 11:02:32 +02:00
parent 02e45a2258
commit 8b739c7ec9
No known key found for this signature in database
GPG key ID: 19F09A0FB865CBD8
6 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ profile elinks @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/ssl_certs>
include <abstractions/user-read>
include <abstractions/user-read-strict>
@{exec_path} mr,

View file

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

View file

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

View file

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

View file

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

View file

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