mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
feat(profiles): add the XDG_SCREENSHOTS_DIR variable.
This commit is contained in:
parent
2c6843f5fe
commit
20303f53e3
@ -167,6 +167,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
|
||||
owner @{HOME}/.mozilla/firefox/firefox-mpris/{,*} r,
|
||||
owner @{HOME}/@{XDG_MUSIC_DIR}/**/*.jpg r,
|
||||
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
|
||||
owner @{HOME}/@{XDG_SCREENSHOTS_DIR}/{,**} rw,
|
||||
|
||||
owner @{user_config_dirs}/.goutputstream{,*} rw,
|
||||
owner @{user_config_dirs}/monitors.xml{,~} rwl,
|
||||
|
@ -23,7 +23,9 @@
|
||||
# Extra user personal directories
|
||||
@{XDG_PROJECTS_DIR}="Projects"
|
||||
@{XDG_BOOKS_DIR}="Books"
|
||||
@{XDG_WALLPAPERS_DIR}="Pictures/Wallpapers"
|
||||
@{XDG_WALLPAPERS_DIR}="@{XDG_PICTURES_DIR}/Wallpapers"
|
||||
@{XDG_SCREENSHOTS_DIR}="@{XDG_PICTURES_DIR}/Screenshots"
|
||||
|
||||
@{XDG_SYNC_DIR}="Sync"
|
||||
@{XDG_VM_DIR}=".vm"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user