feat(kde): improve integration.

This commit is contained in:
Alexandre Pujol 2023-04-05 23:52:45 +01:00
parent 4f22a6ebaa
commit 26b4c574e3
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 21 additions and 3 deletions

View file

@ -136,6 +136,7 @@ profile xorg @{exec_path} flags=(attach_disconnected) {
@{PROC}/@{pids}/cmdline r,
@{PROC}/cmdline r,
@{PROC}/ioports r,
@{PROC}/mtrr rw,
/dev/input/event[0-9]* rw,

View file

@ -14,17 +14,19 @@ profile xrdb @{exec_path} {
@{exec_path} mr,
/{usr/,}bin/{,*-}cpp-[0-9]* rix,
/{usr/,}bin/{,ba,da}sh rix,
/{usr/,}bin/{,@{multiarch}-}cpp-[0-9]* rix,
/{usr/,}bin/cpp rix,
/{usr/,}lib{,32,64}/gcc/@{multiarch}/[0-9]*/cc1 rix,
/{usr/,}lib{,32,64}/gcc/*/[0-9]*/cc1 rix,
/{usr/,}lib/llvm-[0-9]*/bin/clang rix,
/usr/include/stdc-predef.h r,
@{etc_ro}/Xresources/x11-common r,
@{etc_ro}/X11/Xresources r,
# The location of the .Xresources file
owner @{HOME}/.Xdefaults r,
owner @{HOME}/.Xresources r,
owner @{user_config_dirs}/.Xresources r,
owner @{user_config_dirs}/Xresources/.Xresources r,
@ -35,6 +37,8 @@ profile xrdb @{exec_path} {
owner /tmp/startplasma-x11.?????? r,
owner /tmp/xauth-[0-9]*-_[0-9] r,
@{run}/sddm/\{@{uuid}\} r,
# file_inherit
owner /dev/tty[0-9]* rw,
owner @{HOME}/.xsession-errors w,

View file

@ -15,6 +15,8 @@ profile xset @{exec_path} {
owner @{HOME}/.Xauthority r,
@{run}/sddm/\{@{uuid}\} r,
# file_inherit
owner /dev/tty[0-9]* rw,
owner @{HOME}/.xsession-errors w,