Post a Comment
"...until every single line of code had been independently verified to not provide a back door for the NSA to spy on the data. While the FBI and CIA have done their share of foul stuff, the NSA probably takes the cake in terms of sheer evilness over the last 10 years or so."
Help yourself. SELinux is under the GPL and the code is available.
In RHEL and Fedora by default SELinux is 'on' if you leave it on and you are setting up a machine, server, laptop you can use this command.
setenforce 0 to set it to permissive so you can install the packages or updates...
When you are finished customizing your machine
setenforce 1 to turn it back to enforcing mode no reboot is required.
You can reference another directory with the same SELinux context with chcon --reference /var/www/html /var/www/mywebstuff
It is another area that is amazing in what it can do, it takes a lot of practice, studying and understanding to administer it in the correct manner.







