turkenh / ansible-interactive-tutorial

Interactive Ansible tutorials with dead simple setup via Docker
Other
1.48k stars 208 forks source link

Adds volume labels to work with SELinux #13

Closed rbrady closed 6 years ago

rbrady commented 6 years ago

When trying to use the tutorials on a system running SELinux, the lack of volume labels causes an avc error and the tutorial files are not readable resulting in a menu with no options.

This patch adds the Z option to the mount labels, telling Docker to label the content with a private unshared label.

turkenh commented 6 years ago

Thanks!