September 2014
Intermediate to advanced
240 pages
5h 53m
English
It is possible to include statements in the SELinux policy that ensure that a particular access vector cannot be allowed, not even by enhancing the SELinux policy later. This is done with the neverallow statement.
To include the neverallow statements in the policy and enforce them, go through the following steps:
/etc/selinux/semanage.conf, enable support for the neverallow statements by setting the expand-check variable to 1:expand-check=1
neverallow user_t system_mail_t:process transition;
Read now
Unlock full access