From 22cfa9fa2da2e8e5d10d0674ebfbf06235dc54c9 Mon Sep 17 00:00:00 2001 From: curiosityseeker <60518106+curiosityseeker@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:27:12 +0100 Subject: [PATCH] Update ksplashqml `/usr/share/qt/translations/*.qm r,` is also in the qt5 abstraction. However, it seems that all other rules therein are not needed so I didn't use that abstraction. --- apparmor.d/groups/kde/ksplashqml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apparmor.d/groups/kde/ksplashqml b/apparmor.d/groups/kde/ksplashqml index f95075b67..90652b151 100644 --- a/apparmor.d/groups/kde/ksplashqml +++ b/apparmor.d/groups/kde/ksplashqml @@ -18,9 +18,16 @@ profile ksplashqml @{exec_path} { @{exec_path} mr, /usr/share/plasma/** r, + /usr/share/qt/translations/*.qm r, + owner @{user_cache_dirs}/icon-cache.kcache rw, + owner @{user_cache_dirs}/ksplash/qmlcache/*.qmlc rwl -> @{user_cache_dirs}/ksplash/qmlcache/#@{int}, + owner @{user_cache_dirs}/ksplash/qmlcache/#@{int} rw, + owner @{user_cache_dirs}/ksplash/qmlcache/*.qmlc.@{rand6} rwl -> @{user_cache_dirs}/ksplash/qmlcache/#@{int}, owner @{user_config_dirs}/kdedefaults/* r, owner @{user_config_dirs}/kdeglobals r, + @{PROC}/sys/kernel/core_pattern r, + include if exists -} \ No newline at end of file +}