You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
2 years ago
|
# vim:syntax=apparmor
|
||
|
# Allow updating recent documents
|
||
|
|
||
|
# 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,
|
||
|
|