mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
apparmor.d/tnftp: add missing @{HOME} rule
This commit is contained in:
parent
42cd79e3db
commit
aca065a208
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ profile tnftp /usr/bin/tnftp {
|
|||
# required for the pager (less, more) to work
|
||||
file Cx /usr/bin/dash,
|
||||
|
||||
# allow read on anything on @{HOME} not explicitly denied
|
||||
owner file r @{HOME},
|
||||
owner file r @{HOME}/**,
|
||||
|
||||
# Sub-profile for the pager to work
|
||||
profile dash /usr/bin/dash {
|
||||
include <abstractions/base>
|
||||
|
|
Loading…
Add table
Reference in a new issue