Abel Lopez 0bfc2d0f2f
Safe disable SELinux
Sometimes, a sysadmin might outright delete the SELinux rpms and
delete the configuration. This causes the selinux module to fail
with
```
IOError: [Errno 2] No such file or directory: '/etc/selinux/config'\n",
"module_stdout": "", "msg": "MODULE FAILURE"}
```

This simply checks that /etc/selinux/config exists before we try
to set it Permissive.

Update from feedback
2017-02-18 11:54:25 -08:00
..
2017-02-17 12:32:33 +01:00
2017-02-18 11:54:25 -08:00
2017-02-17 12:32:33 +01:00
2017-01-03 10:10:38 -06:00
2017-02-16 17:18:38 +03:00
2017-02-06 13:24:40 +01:00