feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-08-28 18:52:55 +01:00
parent c13aa711da
commit ec7715aaf3
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
16 changed files with 44 additions and 36 deletions

View file

@ -9,6 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/kreadconfig5
profile kreadconfig @{exec_path} {
include <abstractions/base>
include <abstractions/kde-strict>
capability dac_read_search,
@ -16,14 +17,8 @@ profile kreadconfig @{exec_path} {
@{exec_path} mr,
/usr/share/icu/@{int}.@{int}/*.dat r,
/etc/xdg/kdeglobals r,
/etc/xdg/kioslaverc r,
owner @{user_config_dirs}/kdedefaults/kdeglobals r,
owner @{user_config_dirs}/kdeglobals r,
include if exists <local/kreadconfig>
}