/etc/sysconfig/docker mentions docker_transition_unconfied, SELinux policy lacks this boolean
Issue
- The boolean
docker_transition_unconfiedis described in
/etc/sysconfig/docker:
# On an SELinux system, if you remove the --selinux-enabled option, you
# also need to turn on the docker_transition_unconfined boolean.
# setsebool -P docker_transition_unconfined 1
- The SELinux boolean doesn't exist:
# getsebool docker_transition_unconfined
Error getting active value for docker_transition_unconfined
Environment
- Red Hat Enterprise Linux 7.2
- Docker 1.9
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.