use strict abstraction

This commit is contained in:
valoq 2024-06-07 11:02:32 +02:00 committed by Alex
parent cc9e7fdde1
commit 7b69b696fb
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -9,7 +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-write> include <abstractions/user-write-strict>
@{exec_path} mr, @{exec_path} mr,

View File

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

View File

@ -9,7 +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-write> include <abstractions/user-write-strict>
@{exec_path} mr, @{exec_path} mr,

View File

@ -9,7 +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-write> include <abstractions/user-write-strict>
@{exec_path} mr, @{exec_path} mr,

View File

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