mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Add missing user_share_dirs to apparmor.d/tunables/home.d/apparmor.d
This commit is contained in:
parent
4044766e83
commit
9525003098
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue