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:
intrigeri 2019-02-24 15:20:17 +00:00
parent 14f177e53a
commit cdeb618518

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