mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 14:55:15 +01:00
Dolphin copy and delete from trash
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
062a766e06
commit
7fa4113131
2 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,7 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
@{user_share_dirs}/icc/ r,
|
||||
@{user_share_dirs}/icc/edid-*.icc r,
|
||||
owner @{user_share_dirs}/dbus-1/{,**} r,
|
||||
owner @{user_share_dirs}/Trash/files/** r,
|
||||
|
||||
@{run}/systemd/inhibit/*.ref rw,
|
||||
@{run}/systemd/notify w,
|
||||
|
|
|
@ -40,6 +40,7 @@ profile xdg-document-portal @{exec_path} flags=(attach_disconnected) {
|
|||
/ r,
|
||||
|
||||
owner @{user_share_dirs}/flatpak/db/documents r,
|
||||
owner @{user_share_dirs}/Trash/files/** r,
|
||||
|
||||
owner @{run}/user/@{uid}/doc/ rw,
|
||||
|
||||
|
|
Loading…
Reference in a new issue