Description of problem: comments in selinux configuration file is mispelled and can be potentially misleading Version-Release number of selected component (if applicable): selinux-policy-targeted-1.17.30-2.39 How reproducible: everytime Steps to Reproduce: 1. cat /etc/selinux/config Actual results: cat /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcinfg - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=enforcing # SELINUXTYPE= can take one of these two values: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted Expected results: "enforcing" is mispelled in the comments section Additional info:
I think this is an old bug and no longer exists in the current RPM. You didn't do a fresh install and see this? Correct. IE This file if created by an earlier policy file will have the spelling mistake but later RPMs do not have this problem.
Ya. thats true. I did a upgrade from a FC2 release. I will close this bug then