mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
polkit-kde-authentication-agent update (#345)
* Update polkit-kde-authentication-agent needs mediate_deleted * Update main.flags * Update polkit-kde-authentication-agent * Update polkit-kde-authentication-agent
This commit is contained in:
parent
bb772167f0
commit
8dff2ddd72
@ -9,7 +9,7 @@ include <tunables/global>
|
||||
|
||||
@{exec_path} = @{lib}/@{multiarch}/{,libexec/}polkit-kde-authentication-agent-[0-9]
|
||||
@{exec_path} += @{lib}/polkit-kde-authentication-agent-[0-9]
|
||||
profile polkit-kde-authentication-agent @{exec_path} flags=(attach_disconnected) {
|
||||
profile polkit-kde-authentication-agent @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/fontconfig-cache-read>
|
||||
@ -34,8 +34,13 @@ profile polkit-kde-authentication-agent @{exec_path} flags=(attach_disconnected)
|
||||
/var/lib/dbus/machine-id r,
|
||||
|
||||
owner @{user_config_dirs}/breezerc r,
|
||||
owner @{user_config_dirs}/kdedefaults/plasmarc r,
|
||||
|
||||
owner @{user_cache_dirs}/icon-cache.kcache rw,
|
||||
owner @{user_cache_dirs}/polkit-kde-authentication-agent-@{int}/ rw,
|
||||
owner @{user_cache_dirs}/polkit-kde-authentication-agent-@{int}/** rwk,
|
||||
owner link @{user_cache_dirs}/polkit-kde-authentication-agent-@{int}/** -> @{user_cache_dirs}/polkit-kde-authentication-agent-@{int}/**,
|
||||
owner @{user_cache_dirs}/qtshadercache-*/* r,
|
||||
|
||||
owner @{tmp}/#@{int} rw,
|
||||
owner @{tmp}/polkit-kde-authentication-agent-[0-9].* rwl -> /tmp/#@{int},
|
||||
|
@ -269,7 +269,7 @@ plasmashell attach_disconnected,mediate_deleted,complain
|
||||
plymouth complain
|
||||
plymouth-set-default-theme attach_disconnected,complain
|
||||
plymouthd complain
|
||||
polkit-kde-authentication-agent attach_disconnected,complain
|
||||
polkit-kde-authentication-agent attach_disconnected,complain,mediate_deleted
|
||||
qdbus complain
|
||||
realmd complain
|
||||
remmina complain
|
||||
|
Loading…
Reference in New Issue
Block a user