Skip to content

Commit 9e763de

Browse files
authored
Merge pull request #39121 from goldwynr/master
apparmor: allow readby and tracedby
2 parents 238f8ea + b364552 commit 9e763de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

profiles/apparmor/template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ profile {{.Name}} flags=(attach_disconnected,mediate_deleted) {
4444
4545
{{if ge .Version 208095}}
4646
# suppress ptrace denials when using 'docker ps' or using 'ps' inside a container
47-
ptrace (trace,read) peer={{.Name}},
47+
ptrace (trace,read,tracedby,readby) peer={{.Name}},
4848
{{end}}
4949
}
5050
`

0 commit comments

Comments
 (0)