feat(profile): minor kde improvments.

This commit is contained in:
Alexandre Pujol 2025-03-23 17:42:19 +01:00
parent 28111ab9a5
commit dd129c1a03
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 1 additions and 6 deletions

View file

@ -16,7 +16,6 @@ profile kauth-chargethresholdhelper @{exec_path} {
/usr/share/icu/@{int}.@{int}/*.dat r, /usr/share/icu/@{int}.@{int}/*.dat r,
@{sys}/class/power_supply/ r, @{sys}/class/power_supply/ r,
@{sys}/devices/@{pci}/power_supply/** r,
@{sys}/devices/**/power_supply/** r, @{sys}/devices/**/power_supply/** r,
include if exists <local/kauth-chargethresholdhelper> include if exists <local/kauth-chargethresholdhelper>

View file

@ -29,8 +29,6 @@ profile kscreenlocker_greet @{exec_path} {
signal (receive) set=(usr1, term) peer=ksmserver, signal (receive) set=(usr1, term) peer=ksmserver,
signal (send) peer=kcheckpass, signal (send) peer=kcheckpass,
unix (send,receive) type=stream peer=(label="ksmserver",addr=none),
dbus send bus=system path=/org/freedesktop/DisplayManager/Seat@{int} dbus send bus=system path=/org/freedesktop/DisplayManager/Seat@{int}
interface=org.freedesktop.DBus.Introspectable interface=org.freedesktop.DBus.Introspectable
member=Introspect member=Introspect
@ -53,7 +51,7 @@ profile kscreenlocker_greet @{exec_path} {
@{etc_ro}/environment r, @{etc_ro}/environment r,
@{etc_ro}/login.defs r, @{etc_ro}/login.defs r,
@{etc_ro}/login.defs.d/ r, @{etc_ro}/login.defs.d/{,*} r,
@{etc_ro}/security/*.conf r, @{etc_ro}/security/*.conf r,
/etc/fstab r, /etc/fstab r,
/etc/machine-id r, /etc/machine-id r,

View file

@ -20,8 +20,6 @@ profile ksmserver @{exec_path} flags=(attach_disconnected,mediate_deleted) {
ptrace (read) peer=kbuildsycoca5, ptrace (read) peer=kbuildsycoca5,
unix (send, receive) type=stream peer=(label="kscreenlocker_greet",addr=none),
@{exec_path} mr, @{exec_path} mr,
@{bin}/rm rix, @{bin}/rm rix,