From 5b01f7963b9bf4072e314ecde7694047308bd642 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 18 Jul 2022 23:58:12 +0100 Subject: [PATCH] feat(profiles): add file-roller. --- apparmor.d/profiles-a-f/file-roller | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 apparmor.d/profiles-a-f/file-roller diff --git a/apparmor.d/profiles-a-f/file-roller b/apparmor.d/profiles-a-f/file-roller new file mode 100644 index 00000000..e8d98bff --- /dev/null +++ b/apparmor.d/profiles-a-f/file-roller @@ -0,0 +1,31 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2022 Alexandre Pujol +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = /{usr/,}bin/file-roller +profile file-roller @{exec_path} { + include + include + include + include + include + include + + @{exec_path} mr, + + /{usr/,}bin/unzip rix, + + /usr/share/glib-2.0/schemas/gschemas.compiled r, + /usr/share/themes/{,**} r, + /usr/share/X11/xkb/{,**} r, + + /etc/gtk-3.0/settings.ini r, + + owner @{run}/user/@{uid}/wayland-[0-9]* rw, + + include if exists +} \ No newline at end of file