2018-08-07 21:30:11 +03:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
# Allow updating recent documents
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2018-08-07 21:30:11 +03:00
|
|
|
# User files
|
|
|
|
|
|
|
|
owner @{HOME}/.local/share/RecentDocuments/ rw,
|
|
|
|
owner @{HOME}/.local/share/RecentDocuments/#[0-9]* rw,
|
|
|
|
owner @{HOME}/.local/share/RecentDocuments/*.desktop rwl -> @{HOME}/.local/share/RecentDocuments/#[0-9]*,
|
|
|
|
owner @{HOME}/.local/share/RecentDocuments/*.lock rwk,
|
|
|
|
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/recent-documents-write.d>
|