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 commit2ed3763a2f
)cdeb6185
tunables/share: fix buggy syntax that broke the ~/.local/share part of the...
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user