feat(profiles): add the @{XDG_WORK_DIR} variable.

This commit is contained in:
Alexandre Pujol 2022-12-09 19:13:06 +00:00
parent 2246e8ae63
commit 19d005bf59
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 4 additions and 0 deletions

View file

@ -20,5 +20,6 @@
owner @{user_templates_dirs}/{,**} r,
owner @{user_torrents_dirs}/{,**} r,
owner @{user_videos_dirs}/{,**} r,
owner @{user_work_dirs}/{,**} r,
include if exists <abstractions/user-read.d>

View file

@ -11,3 +11,4 @@
owner @{user_pictures_dirs}/{,**} rwl,
owner @{user_projects_dirs}/{,**} rwl,
owner @{user_videos_dirs}/{,**} rwl,
owner @{user_work_dirs}/{,**} rwl,