Skip to content

Commit

Permalink
Update ksplashqml
Browse files Browse the repository at this point in the history
`/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.
  • Loading branch information
curiosityseeker authored Jan 10, 2024
1 parent 34e8c69 commit 22cfa9f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apparmor.d/groups/kde/ksplashqml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <local/ksplashqml>
}
}

0 comments on commit 22cfa9f

Please sign in to comment.