* Replace @{HOME}/.config with @{user_config_dirs}
* Replace @{HOME}/.cache with @{user_cache_dirs}
* Replace @{HOME}/.local/state with @{user_state_dirs}
* Add missing user_share_dirs to apparmor.d/tunables/home.d/apparmor.d
* Update docs/variables.md
* Replace @{HOME}/.local/share with @{user_share_dirs}
* Replace @{HOME}/.local/lib with @{user_lib_dirs}
* Revert "Add missing user_share_dirs to apparmor.d/tunables/home.d/apparmor.d"
This reverts commit 9525003098.
This commit is contained in:
parent
fe0238250a
commit
0f9b7cb474
26 changed files with 75 additions and 73 deletions
|
|
@ -72,8 +72,8 @@ profile gajim @{exec_path} {
|
|||
owner @{user_cache_dirs}/gajim/ rw,
|
||||
owner @{user_cache_dirs}/gajim/** rwk,
|
||||
|
||||
owner @{HOME}/.cache/farstream/ rw,
|
||||
owner @{HOME}/.cache/farstream/codecs.audio.x86_64.cache{,.tmp*} rw,
|
||||
owner @{user_cache_dirs}/farstream/ rw,
|
||||
owner @{user_cache_dirs}/farstream/codecs.audio.x86_64.cache{,.tmp*} rw,
|
||||
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
|
|
@ -135,7 +135,7 @@ profile gajim @{exec_path} {
|
|||
owner @{HOME}/@{XDG_GPG_DIR}/** rwkl -> @{HOME}/@{XDG_GPG_DIR}/**,
|
||||
|
||||
owner @{user_share_dirs}/gajim/openpgp/ rw,
|
||||
owner @{user_share_dirs}/gajim/openpgp/** rwkl -> @{HOME}/.local/share/gajim/openpgp/**,
|
||||
owner @{user_share_dirs}/gajim/openpgp/** rwkl -> @{user_share_dirs}/gajim/openpgp/**,
|
||||
|
||||
# "Without owner
|
||||
@{PROC}/@{pid}/fd/ r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue