Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions interfaces/builtin/docker_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ ptrace (read, trace) peer=docker-default,

#cf bug 1502785
/ r,

# needed by runc for mitigation of CVE-2019-5736
# For details see https://bugs.launchpad.net/apparmor/+bug/1820344
/ ix,
`

const dockerSupportConnectedPlugSecComp = `
Expand Down