feat(profile): more kde integration.

fix #442
This commit is contained in:
Alexandre Pujol 2024-08-28 18:30:39 +01:00
parent 96d774a9eb
commit 1655a9f5ab
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
25 changed files with 120 additions and 32 deletions

View file

@ -22,6 +22,7 @@ profile xdm-xsession @{exec_path} {
@{bin}/cat rix,
@{bin}/checkproc rix,
@{bin}/dirname rix,
@{bin}/fortune rPUx,
@{bin}/gpg-agent rPx,
@{bin}/gpg-connect-agent rPx,
@{bin}/grep rix,
@ -36,6 +37,7 @@ profile xdm-xsession @{exec_path} {
@{bin}/tty rix,
@{bin}/uname rix,
@{bin}/whoami rix,
@{bin}/xmodmap rPUx,
@{bin}/dbus-update-activation-environment rCx -> dbus,
@{bin}/flatpak rPx,
@ -53,7 +55,7 @@ profile xdm-xsession @{exec_path} {
@{etc_ro}/X11/xdm/sys.xsession rix,
@{etc_ro}/X11/xinit/xinitrc.d/50-systemd-user.sh rix,
@{etc_ro}/X11/xinit/xinitrc.d/xdg-user-dirs.sh rix,
@{HOME}/.xinitrc rPix,
@{HOME}/.xinitrc rPix, # TODO: rCx
@{lib}/xinit/xinitrc rix,
/usr/share/glib-2.0/schemas/gschemas.compiled r,
@ -73,6 +75,7 @@ profile xdm-xsession @{exec_path} {
/etc/sysconfig/* r,
owner @{HOME}/ r,
owner @{HOME}/@{XDG_GPG_DIR}/gpg-agent.conf r,
owner @{user_share_dirs}/sddm/xorg-session.log rw,