linux_wiki:set_enforcing_and_permissive_modes_for_selinux

Differences

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

Link to this comparison view

linux_wiki:set_enforcing_and_permissive_modes_for_selinux [2016/02/29 22:16]
billdozor created
linux_wiki:set_enforcing_and_permissive_modes_for_selinux [2019/05/25 23:50]
Line 1: Line 1:
-====== Set Enforcing And Permissive Modes For Selinux ====== 
- 
-**General Information** 
- 
-About this page/how-to/script.  
- 
----- 
- 
-Modes 
-  * Enforcing => SELinux is enabled and will restrict. 
-  * Permissive => SELinux is enabled and will log only. (Will not actually restrict anything) 
-  * Disabled => SELinux is disabled and will not log or restrict. 
- 
-\\ 
-Get current SELinux mode 
-<code bash> 
-getenforce 
-OR 
-sestatus 
-</code> 
- 
-Temporary: Set Permissive (Monitor and Report) 
-<code bash> 
-setenforce 0 
-</code> 
- 
-Temporary: Set SELinux to Enforce 
-<code bash> 
-setenforce 1 
-</code> 
- 
-Persistent: SELinux Config File 
-<code bash> 
-/etc/selinux/config 
- 
-SELINUX=enforcing 
-</code> 
- 
----- 
  
  • linux_wiki/set_enforcing_and_permissive_modes_for_selinux.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)