diff --git a/apparmor.d/profiles-a-f/file-roller b/apparmor.d/profiles-a-f/file-roller new file mode 100644 index 000000000..e8d98bffc --- /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