Some fixes.

This commit is contained in:
Alexandre Pujol 2021-04-16 13:37:15 +01:00
parent d41df93da1
commit 53b01b1132
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 14 additions and 6 deletions

View file

@ -37,7 +37,7 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
/usr/share/defaults/**.conf r,
owner @{user_share_dirs}/dbus-1/{,**} r,
owner @{user_share_dirs}/icc/{,edid-*} r,
@{user_share_dirs}/icc/{,edid-*} r,
owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/oom_score_adj rw,
@ -65,7 +65,7 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
/tmp/dbus-[0-9a-zA-Z]* rw,
# file_inherit
owner /dev/tty[0-9]* rw,
/dev/tty[0-9]* rw,
include if exists <local/dbus-daemon>
}

View file

@ -30,8 +30,8 @@ profile dbus-run-session @{exec_path} {
/var/lib/gdm/.config/dconf/user r,
# file_inherit
owner /dev/tty rw,
owner /dev/tty[0-9]* rw,
/dev/tty rw,
/dev/tty[0-9]* rw,
include if exists <local/dbus-run-session>
}

View file

@ -141,5 +141,8 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
owner /tmp/gdkpixbuf-xpm-tmp.[0-9A-Z]* rw,
/tmp/.X11-unix/X[0-9] rw,
# file_inherit
/dev/tty[0-9]* rw,
include if exists <local/gnome-shell>
}