This commit is contained in:
nobody43 2023-02-25 18:52:57 +00:00
parent 7b395d6c6a
commit 5d5d0e4632

View file

@ -109,6 +109,7 @@ profile apport-gtk @{exec_path} {
/usr/share/gdb/{,**} r, /usr/share/gdb/{,**} r,
/usr/share/themes/{,**} r, /usr/share/themes/{,**} r,
/usr/share/gnome-shell/{,**} r, /usr/share/gnome-shell/{,**} r,
/usr/share/glib-2.0/schemas/gschemas.compiled r,
/etc/gdb/{,**} r, /etc/gdb/{,**} r,
@ -119,4 +120,4 @@ profile apport-gtk @{exec_path} {
} }
include if exists <local/apport-gtk> include if exists <local/apport-gtk>
} }