2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

Merge branch 'bug1816470' into 'master'

tunables/share: fix buggy syntax that broke the ~/.local/share part of the @{user_share_dirs} tunable

See merge request apparmor/apparmor!344

(cherry picked from commit 2ed3763a2f)

cdeb6185 tunables/share: fix buggy syntax that broke the ~/.local/share part of the...
This commit is contained in:
intrigeri
2019-02-25 06:49:23 +00:00
parent 394d086e58
commit a7dab42516

View File

@@ -12,4 +12,4 @@
# These are owned by the user running an application, appear in
# XDG_DATA_DIRS or XDG_DATA_HOME, and are the parent directory
# for the same subdirectories as @{system_share_dirs}
@{user_share_dirs} = @{HOME}/.local/{,share/@{flatpak_exports_root}}/share
@{user_share_dirs} = @{HOME}/.local{,/share/@{flatpak_exports_root}}/share