Add missing user_share_dirs to apparmor.d/tunables/home.d/apparmor.d

This commit is contained in:
ShellCode33 2023-07-27 00:09:11 +02:00
parent 4044766e83
commit 9525003098
No known key found for this signature in database
GPG Key ID: 8F94C574DA3B4DB0

View File

@ -41,6 +41,7 @@
# Full path of the user configuration directories
@{user_cache_dirs}=@{HOME}/@{XDG_CACHE_HOME}
@{user_config_dirs}=@{HOME}/@{XDG_CONFIG_HOME}
@{user_share_dirs}=@{HOME}/@{XDG_DATA_HOME}
@{user_state_dirs}=@{HOME}/@{XDG_STATE_HOME}
@{user_bin_dirs}=@{HOME}/@{XDG_BIN_HOME}
@{user_lib_dirs}=@{HOME}/@{XDG_LIB_HOME}