feat(profiles): general update.

See #134
This commit is contained in:
Alexandre Pujol 2023-08-06 16:06:17 +02:00
parent 5938079dfd
commit cdc10fdb31
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 64 additions and 16 deletions

View file

@ -173,8 +173,12 @@ profile pulseaudio @{exec_path} {
@{run}/systemd/users/@{uid} r,
@{run}/udev/data/+pci* r,
@{run}/udev/data/+sound:card[0-9]* r, # For sound
@{run}/udev/data/c116:[0-9]* r, # for ALSA
@{run}/udev/data/c23[4-9]:[0-9]* r, # For dynamic assignment range 234 to 254
@{run}/udev/data/c24[0-9]:[0-9]* r,
@{run}/udev/data/c25[0-4]:[0-9]* r,
@{sys}/class/sound/ r,
@{sys}/devices/**/sound/**/{uevent,pcm_class} r,

View file

@ -30,6 +30,7 @@ profile xdg-settings @{exec_path} {
@{bin}/dbus-launch rCx -> dbus,
@{bin}/dbus-send rCx -> dbus,
@{bin}/kreadconfig5 rPx,
@{bin}/xdg-mime rPx,
@{bin}/xprop rPx,

View file

@ -40,6 +40,7 @@ profile xrdb @{exec_path} {
owner /tmp/xauth-[0-9]*-_[0-9] r,
@{run}/sddm/\{@{uuid}\} r,
@{run}/sddm/xauth_?????? r,
# file_inherit
owner /dev/tty[0-9]* rw,

View file

@ -16,6 +16,7 @@ profile xset @{exec_path} {
owner @{HOME}/.Xauthority r,
@{run}/sddm/\{@{uuid}\} r,
@{run}/sddm/xauth_?????? r,
# file_inherit
owner /dev/tty[0-9]* rw,

View file

@ -24,8 +24,8 @@ profile xsetroot @{exec_path} {
owner @{user_share_dirs}/sddm/xorg-session.log w,
@{run}/sddm/\{@{uuid}\} r,
@{run}/user/@{uid}/xauth_* rl,
@{run}/sddm/xauth_?????? r,
@{run}/user/@{uid}/xauth_* rl,
include if exists <local/xsetroot>
}