Skip to content

Commit 5f1dee3

Browse files
committed
interfaces/builtin: add exec "/bin/runc" to docker-support
Newer runC applied further improvements to their CVE-2019-5736 mitigation in opencontainers/runc#1984 which change the nature of our apparmor denial from `/` to `/bin/runc` (which I have also commented on https://bugs.launchpad.net/apparmor/+bug/1820344 about). See also canonical#6610. (originally from Tianon Gravi, but re-committed due to CLA issues with the PR checks) Signed-off-by: Ian Johnson <[email protected]>
1 parent 4bb0643 commit 5f1dee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interfaces/builtin/docker_support.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ ptrace (read, trace) peer=docker-default,
157157
# needed by runc for mitigation of CVE-2019-5736
158158
# For details see https://bugs.launchpad.net/apparmor/+bug/1820344
159159
/ ix,
160+
/bin/runc rix,
160161
`
161162

162163
const dockerSupportConnectedPlugSecComp = `

0 commit comments

Comments
 (0)