Merge pull request #39121 from goldwynr/master

apparmor: allow readby and tracedby
This commit is contained in:
Sebastiaan van Stijn 2019-06-11 18:25:47 +02:00 committed by GitHub
commit 9e763de6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ profile {{.Name}} flags=(attach_disconnected,mediate_deleted) {
{{if ge .Version 208095}}
# suppress ptrace denials when using 'docker ps' or using 'ps' inside a container
ptrace (trace,read) peer={{.Name}},
ptrace (trace,read,tracedby,readby) peer={{.Name}},
{{end}}
}
`