diff --git a/apparmor.d/profiles-a-f/chafa b/apparmor.d/profiles-a-f/chafa new file mode 100644 index 000000000..f95eaa28b --- /dev/null +++ b/apparmor.d/profiles-a-f/chafa @@ -0,0 +1,19 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2025 valoq +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{bin}/chafa +profile chafa @{exec_path} { + include + include + + @{exec_path} mr, + + include if exists +} + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-m-r/magick b/apparmor.d/profiles-m-r/magick new file mode 100644 index 000000000..fe1302388 --- /dev/null +++ b/apparmor.d/profiles-m-r/magick @@ -0,0 +1,25 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2025 valoq +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{bin}/magick +profile magick @{exec_path} { + include + include + include + include + + @{exec_path} mr, + + /etc/ImageMagick-@{int}/** r, + + /usr/share/ImageMagick-@{int}/** r, + + include if exists +} + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-m-r/resvg b/apparmor.d/profiles-m-r/resvg new file mode 100644 index 000000000..195b87e1c --- /dev/null +++ b/apparmor.d/profiles-m-r/resvg @@ -0,0 +1,21 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2025 valoq +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{bin}/resvg +profile resvg @{exec_path} { + include + include + include + include + + @{exec_path} mr, + + include if exists +} + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-s-z/ueberzugpp b/apparmor.d/profiles-s-z/ueberzugpp new file mode 100644 index 000000000..468113bce --- /dev/null +++ b/apparmor.d/profiles-s-z/ueberzugpp @@ -0,0 +1,19 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2025 valoq +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{bin}/ueberzugpp +profile ueberzugpp @{exec_path} { + include + include + + @{exec_path} mr, + + include if exists +} + +# vim:syntax=apparmor