Debian 12 Gnome DE

This commit is contained in:
nobody43 2023-09-08 14:33:32 +00:00 committed by Alex
parent 0687c32df2
commit d414083113
34 changed files with 150 additions and 33 deletions

View file

@ -40,6 +40,7 @@ profile software-properties-gtk @{exec_path} {
@{bin}/ r,
@{bin}/python3.[0-9]* r,
@{bin}/{,da,ba}sh rix,
@{bin}/aplay rPx,
@{bin}/apt-key rPx,
@ -49,7 +50,6 @@ profile software-properties-gtk @{exec_path} {
@{bin}/ubuntu-advantage rPx,
/usr/share/distro-info/*.csv r,
/usr/share/glib-2.0/schemas/gschemas.compiled r,
/usr/share/icons/{,**} r,
/usr/share/mime/mime.cache r,
/usr/share/pixmaps/ r,
@ -59,6 +59,7 @@ profile software-properties-gtk @{exec_path} {
/usr/share/ubuntu-drivers-common/detect/{,**} r,
/usr/share/X11/xkb/{,**} r,
/usr/share/xml/iso-codes/{,**} r,
/usr/share/software-properties/gtkbuilder/* r,
/etc/apport/blacklist.d/{,*} r,
/etc/default/apport r,
@ -70,8 +71,11 @@ profile software-properties-gtk @{exec_path} {
/var/lib/snapd/desktop/icons/ r,
/var/lib/ubuntu-advantage/status.json r,
owner /tmp/[a-z0-9]* rw,
owner /tmp/tmp*/{,apt.conf} rw,
owner /tmp/???????? rw,
owner /tmp/tmp????????/ rw, # change to 'c'
owner /tmp/tmp????????/apt.conf rw,
owner @{run}/user/@{uid}/gnome-shell-disable-extensions w,
@{sys}/devices/ r,
@{sys}/devices/**/ r,
@ -89,4 +93,4 @@ profile software-properties-gtk @{exec_path} {
deny @{user_share_dirs}/gvfs-metadata/* r,
include if exists <local/software-properties-gtk>
}
}