This commit is contained in:
valoq 2025-09-10 12:18:08 +02:00
parent 6f5ce42a7f
commit 755b9709ed
No known key found for this signature in database
GPG key ID: 19F09A0FB865CBD8
4 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{bin}/chafa @{exec_path} = @{bin}/chafa
profile chafa /{,usr/}bin/chafa { profile chafa @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/user-read-strict> include <abstractions/user-read-strict>

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{bin}/magick @{exec_path} = @{bin}/magick
profile magick /{,usr/}bin/magick { profile magick @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/fonts> include <abstractions/fonts>
include <abstractions/user-read-strict> include <abstractions/user-read-strict>

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{bin}/resvg @{exec_path} = @{bin}/resvg
profile resvg /{,usr/}bin/resvg { profile resvg @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/fonts> include <abstractions/fonts>
include <abstractions/user-read-strict> include <abstractions/user-read-strict>

View file

@ -6,14 +6,14 @@ abi <abi/4.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{bin}/uberzugpp @{exec_path} = @{bin}/ueberzugpp
profile uberzugpp /{,usr/}bin/uberzugpp { profile ueberzugpp @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/user-read-strict> include <abstractions/user-read-strict>
@{exec_path} mr, @{exec_path} mr,
include if exists <local/uberzugpp> include if exists <local/ueberzugpp>
} }
# vim:syntax=apparmor # vim:syntax=apparmor