Q: "btw, anyone know if each of the selinux booleans are documented in detail somewhere?"
A: two levels of detail here:
1. semanage boolean -l | grep httpd_enable_homedirs
A written description (usually not very detailed) for the "httpd_enable_homedirs" boolean.
2. sesearch --allow -SC -T | grep httpd_enable_homedirs
All the "allow" type statement rules and type transition rules related to the "httpd_enable_homedirs" boolean. Very detailed but hard to interpret.
Secure Boot versus Ksplice.
-
I have been attending many talks on Secure Boot. The basic idea behind
secure boot is to ensure that the bios/bootloader and kernel have not been
hacked. ...
1 dag geleden

Nice. I need that.
BeantwoordenVerwijderen