Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/docker.userns: Set SELinux to permissive mode
A docker bug causes the docker daemon to fail in creating a container when the '--userns-remap' option is used and SELinux is enforcing. Set SELinux to permisive mode so this test can run. See: opencontainers/runc#1562 (nsenter: improve namespace creation and SELinux IPC handling). Fixes runtime errors like these: OCI runtime create failed: running exec setns process for init caused exit Signed-off-by: Geoff Levand <[email protected]>
- Loading branch information