mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
tunables/share: fix buggy syntax that broke the ~/.local/share part of the @{user_share_dirs} tunable
Fixes regression introduced in a91d199ab1
.
Bug: https://bugs.launchpad.net/apparmor/+bug/1816470
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920833, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921888
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