linux_wiki:use_boolean_settings_to_modify_system_selinux_settings

Differences

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

Link to this comparison view

Next revision
Previous revision
linux_wiki:use_boolean_settings_to_modify_system_selinux_settings [2016/02/29 22:19]
billdozor created
linux_wiki:use_boolean_settings_to_modify_system_selinux_settings [2019/05/25 23:50] (current)
Line 3: Line 3:
 **General Information** **General Information**
  
-About this page/how-to/script. +Don't forget to check SELinux boolean values on the exam if something is allowing access! 
  
 ---- ----
 +
 +===== Viewing Boolean Values =====
  
 Show all current SELinux boolean values Show all current SELinux boolean values
Line 24: Line 26:
 </code> </code>
  
-\\+---- 
 + 
 +===== Setting Boolean Values ===== 
 Temporary: Change boolean selinux value Temporary: Change boolean selinux value
 <code bash> <code bash>
Line 34: Line 39:
 <code bash> <code bash>
 setsebool -P httpd_enable_homedirs on setsebool -P httpd_enable_homedirs on
 +
 +OR
 +
 +semanage boolean -m --on httpd_enable_homedirs
 </code> </code>
  
 ---- ----
  
  • linux_wiki/use_boolean_settings_to_modify_system_selinux_settings.1456802344.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)