Some fixes.
This commit is contained in:
parent
d41df93da1
commit
53b01b1132
4 changed files with 14 additions and 6 deletions
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue