Selinux: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:
=Configuration=
=Configuration=


==Install semanage==
==Install Management and Troubleshooting Tools==


<pre>
<pre>
yum provides /usr/sbin/semanage
yum provides /usr/sbin/semanage
yum provides sealert
</pre>
</pre>


<pre>
<pre>
yum install policycoreutils-python
yum -y install policycoreutils-python
yum -y install setroubleshoot-server
</pre>
</pre>



Revision as of 22:08, 8 January 2016

Internal

Overview

How to Find Out Whether SELinux is Enabled

getenforce

If SELinux is enabled, the command will return "Enforcing".

Configuration

Install Management and Troubleshooting Tools

yum provides /usr/sbin/semanage
yum provides sealert
yum -y install policycoreutils-python
yum -y install setroubleshoot-server

Troubleshooting

Diagnose SELinux Problems

Permission Denied when Trying to Write in a Directory

TODO, rationalize the following content: Media_Wiki_Installation#Fails_to_upload_images_with_.27Fatal_exception_of_type_.22MWException.22.27.