Update akonadi_newmailnotifier_agent

This commit is contained in:
curiosityseeker 2023-05-24 14:18:04 +02:00 committed by GitHub
parent fa132f7de0
commit 12f577a339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ profile akonadi_newmailnotifier_agent @{exec_path} {
@{exec_path} mr,
/usr/share/akonadi/plugins/serializer/*.desktop r,
/usr/share/hwdata/*.ids r,
/usr/share/mime/{,**} r,
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
@ -44,6 +45,9 @@ profile akonadi_newmailnotifier_agent @{exec_path} {
owner @{user_config_dirs}/kdeglobals r,
owner @{user_config_dirs}/kmail2rc r,
owner @{user_config_dirs}/kwinrc r,
owner @{user_config_dirs}/specialmailcollectionsrc r,
@{sys}/devices/pci[0-9]*/**/{device,subsystem_device,subsystem_vendor,uevent,vendor} r,
@{PROC}/sys/kernel/core_pattern r,
@{PROC}/sys/kernel/random/boot_id r,
@ -51,4 +55,4 @@ profile akonadi_newmailnotifier_agent @{exec_path} {
/dev/tty r,
include if exists <local/akonadi_newmailnotifier_agent>
}
}