Add user-read abstract.
This commit is contained in:
parent
9f02bd0ab9
commit
4db3745a35
1 changed files with 10 additions and 0 deletions
10
apparmor.d/abstractions/user-read
Normal file
10
apparmor.d/abstractions/user-read
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
owner @{HOME}/@{XDG_DOCUMENTS_DIR}/{,**} r,
|
||||||
|
owner @{HOME}/@{XDG_MUSIC_DIR}/{,**} r,
|
||||||
|
owner @{HOME}/@{XDG_PICTURES_DIR}/{,**} r,
|
||||||
|
owner @{HOME}/@{XDG_VIDEOS_DIR}/{,**} r,
|
||||||
|
owner @{HOME}/@{XDG_PROJECTS_DIR}/{,**} r,
|
||||||
|
owner @{HOME}/@{XDG_BOOKS_DIR}/{,**} r,
|
||||||
Loading…
Add table
Add a link
Reference in a new issue