Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interfaces/builtin: add add exec "/" to docker-support (for 2.38) #6611

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