feat(profile): cleanup xsession logs.
This commit is contained in:
parent
4b4e14b1d6
commit
c2d786200f
10 changed files with 7 additions and 24 deletions
|
|
@ -115,7 +115,6 @@ profile pulseaudio @{exec_path} {
|
|||
|
||||
# file_inherit
|
||||
owner /dev/tty@{int} rw,
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
||||
include if exists <local/pulseaudio>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ profile xhost @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
||||
/dev/tty@{int} rw,
|
||||
|
||||
# Silencer
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ profile xorg @{exec_path} flags=(attach_disconnected) {
|
|||
/etc/X11/{,**} r,
|
||||
|
||||
owner @{HOME}/ r,
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
||||
owner @{user_share_dirs}/xorg/ rw,
|
||||
owner @{user_share_dirs}/xorg/Xorg.@{int}.log{,.old} rw,
|
||||
|
|
@ -84,7 +83,7 @@ profile xorg @{exec_path} flags=(attach_disconnected) {
|
|||
/tmp/ r,
|
||||
/tmp/server-@{int}.xkm rw,
|
||||
owner @{tmp}/.tX@{int}-lock rwk,
|
||||
owner @{tmp}/.X@{int}-lock rwkl -> /tmp/.tX@{int}-lock,
|
||||
owner @{tmp}/.X@{int}-lock rwkl -> @{tmp}/.tX@{int}-lock,
|
||||
owner @{tmp}/server-* rwk,
|
||||
owner @{tmp}/serverauth.* r,
|
||||
|
||||
|
|
|
|||
|
|
@ -20,17 +20,11 @@ profile xsetroot @{exec_path} {
|
|||
|
||||
/usr/share/icons/{,**} r,
|
||||
|
||||
/etc/X11/cursors/*.theme r,
|
||||
|
||||
owner @{HOME}/.icons/** r,
|
||||
owner @{HOME}/.Xauthority r,
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
||||
owner @{user_share_dirs}/sddm/xorg-session.log w,
|
||||
owner @{user_share_dirs}/sddm/wayland-session.log w,
|
||||
|
||||
owner @{tmp}/xauth_@{rand6} r,
|
||||
|
||||
@{run}/sddm/\{@{uuid}\} r,
|
||||
@{run}/user/@{uid}/xauth_@{rand6} rl,
|
||||
@{run}/sddm/xauth_@{rand6} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue