Description of problem: Looks like smolt is trying to collect SELinux info, but doing so incorrectly. Looking at the code, it is running /usr/sbin/selinuxenabled and collecting the return code and running getenforce - You can also use the python bindings to libselinux. import selinux print selinux.is_selinux_enabled() print selinux.get_enforcemode()
This is mostly because I don't know what the heck I'm doing :) I'll get that bit of logic put in today.
*** This bug has been marked as a duplicate of 255101 ***