Various updates (#204)

This commit is contained in:
curiosityseeker 2023-09-04 15:58:07 +02:00 committed by GitHub
parent 090349bed2
commit 41525621aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 7 deletions

View file

@ -13,6 +13,7 @@ profile kactivitymanagerd @{exec_path} {
include <abstractions/nameservice-strict>
include <abstractions/qt5>
include <abstractions/recent-documents-write>
include <abstractions/wayland>
include <abstractions/X-strict>
@{exec_path} mr,
@ -20,7 +21,9 @@ profile kactivitymanagerd @{exec_path} {
/etc/xdg/menus/{,*/} r,
/usr/share/hwdata/*.ids r,
/usr/share/icu/@{int}.@{int}/*.dat r,
/usr/share/kf5/kactivitymanagerd/{,**} r,
/usr/share/kservices5/{,**} r,
/usr/share/mime/{,**} r,
/etc/xdg/kdeglobals r,
/etc/machine-id r,
@ -39,6 +42,7 @@ profile kactivitymanagerd @{exec_path} {
owner @{user_share_dirs}/kactivitymanagerd/{,**} rwlk,
owner @{user_share_dirs}/kservices5/{,**} r,
owner @{user_share_dirs}/recently-used.xbel r,
@{PROC}/sys/kernel/core_pattern r,
@{PROC}/sys/kernel/random/boot_id r,
@ -46,4 +50,4 @@ profile kactivitymanagerd @{exec_path} {
/dev/tty r,
include if exists <local/kactivitymanagerd>
}
}