feat(abs): minor improvments.
This commit is contained in:
parent
a8b8bf52f8
commit
8f1fff89ab
2 changed files with 6 additions and 6 deletions
|
|
@ -5,8 +5,10 @@
|
|||
# This abstraction gives read access on all defined user directories. It should
|
||||
# only be used if access to **ALL** folders is required.
|
||||
|
||||
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
|
||||
owner @{HOME}/@{XDG_DESKTOP_DIR}/{,**} r,
|
||||
owner @{HOME}/@{XDG_SCREENSHOTS_DIR}/{,**} r,
|
||||
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
|
||||
owner @{MOUNTS}/@{XDG_DESKTOP_DIR}/{,**} r,
|
||||
owner @{MOUNTS}/@{XDG_SCREENSHOTS_DIR}/{,**} r,
|
||||
owner @{MOUNTS}/@{XDG_WALLPAPERS_DIR}/{,**} r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue