fix comments
This commit is contained in:
parent
dfdd7ab156
commit
387b487cec
1 changed files with 6 additions and 2 deletions
|
|
@ -1,12 +1,16 @@
|
|||
apparmor.d - Full set of apparmor profiles
|
||||
# apparmor.d - Full set of apparmor profiles
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# This abstraction provides safe read access to all directories
|
||||
# that commonly include user owned files as referenced by the
|
||||
# filesystem hierarchy standard. Hidden files in $HOME are excluded
|
||||
|
||||
# To make this the default permission for all profiles that already
|
||||
# include the more restrictive user-read abstraction, copy this file
|
||||
# into the user-read.d directory
|
||||
|
||||
owner @{HOME}/ r,
|
||||
owner @{HOME}/[^.]** r,
|
||||
owner @{MOUNTDIRS}/{,**} r,
|
||||
|
||||
include if exists <abstractions/user-read.d>
|
||||
include if exists <abstractions/user-read-all.d>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue