Feed on
Posts
Comments

Creating selinux modules

Here is how to compile and install an selinux module since I’ll forget if I don’t save it somwehere (based on audit2allow -M mysaslauthd -i /var/log/audit/audit.log output).
# cat mysaslauthd.te
module mysaslauthd 1.0.8;
require {
class dir { search write add_name remove_name };
[...]

Read Full Post »