Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:selinux [2020/08/25 10:20] jslinux:selinux [2020/08/25 10:21] (current) js
Line 17: Line 17:
 Policy from config file:        targeted</code> Policy from config file:        targeted</code>
  
 +Config file: **/etc/selinux/config**
  
 +<code># This file controls the state of SELinux on the system.
 +# SELINUX= can take one of these three values:
 +#       enforcing - 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 - Targeted processes are protected,
 +#       mls - Multi Level Security protection.
 +SELINUXTYPE=targeted</code>