Amit's Blog
  • Home
  • Videos
  • All Posts
  • Tags
  • About Me
Subscribe
Tagged

selinux

A collection of 2 posts

selinux

SELinux Tutorial

Selinux is Security Enhanced Linux. I see that many administrators disable Selinux to ease administration, however it is a good idea to enable SELINUX. View Selinux Status: getenforce Disable SELinux : setenforce 0 Disable SeLinux Per Process: Apache: semange permissive -a httpd_t View Associated Ports SELinux semanage port -l Some

  • amit
amit Sep 28, 2014 • 1 min read
Linux

Disabling SELINUX

In order to disable selinux , run the following commands : To Disable SeLinux For Current Session only : setenforce permissive or echo 0 > /selinux/enforce To Disable Selinux permanently: vi /etc/sysconfig/selinux SELINUX=disabled

  • amit
amit Nov 1, 2012 • 1 min read
Amit's Blog © 2025
Powered by Ghost