Skip to content

Instantly share code, notes, and snippets.

@lucj
Created January 18, 2017 10:34
Show Gist options
  • Save lucj/09ebbd29d78268feadd327e9aca4c739 to your computer and use it in GitHub Desktop.
Save lucj/09ebbd29d78268feadd327e9aca4c739 to your computer and use it in GitHub Desktop.
selinux-docker-wrong-policy
ls -Z /usr/bin/docker*
-rwxr-xr-x. root root system_u:object_r:docker_exec_t:s0 /usr/bin/docker
-rwxr-xr-x. root root system_u:object_r:bin_t:s0 /usr/bin/docker-containerd
-rwxr-xr-x. root root system_u:object_r:bin_t:s0 /usr/bin/docker-containerd-ctr
-rwxr-xr-x. root root system_u:object_r:bin_t:s0 /usr/bin/docker-containerd-shim
-rwxr-xr-x. root root system_u:object_r:bin_t:s0 /usr/bin/dockerd
-rwxr-xr-x. root root system_u:object_r:bin_t:s0 /usr/bin/docker-proxy
-rwxr-xr-x. root root system_u:object_r:bin_t:s0 /usr/bin/docker-runc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment