From 670411c114c5e17e2023618a7a6d1a03d5fd2cf0 Mon Sep 17 00:00:00 2001 From: nobody43 Date: Sat, 25 Feb 2023 18:52:57 +0000 Subject: [PATCH] fixes --- apparmor.d/groups/ubuntu/apport-gtk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apparmor.d/groups/ubuntu/apport-gtk b/apparmor.d/groups/ubuntu/apport-gtk index 307df1ba..5c517599 100644 --- a/apparmor.d/groups/ubuntu/apport-gtk +++ b/apparmor.d/groups/ubuntu/apport-gtk @@ -109,6 +109,7 @@ profile apport-gtk @{exec_path} { /usr/share/gdb/{,**} r, /usr/share/themes/{,**} r, /usr/share/gnome-shell/{,**} r, + /usr/share/glib-2.0/schemas/gschemas.compiled r, /etc/gdb/{,**} r, @@ -119,4 +120,4 @@ profile apport-gtk @{exec_path} { } include if exists -} \ No newline at end of file +}