Turn on SELinux in Redhat or CentOS Linux Over Remote SSH Session

by Vivek Gite on February 15, 2010 · 4 comments

My hosting company disabled SELinux protection. How do I turn on SELinux over remote ssh session without distributing existing networking services?

You can enable SELinux it by typing the following commands:
#genhomedircon
# touch /.autorelabel
# reboot

After reboot turn it on:
# setenforce 1
You need to modify /etc/grub.conf or /etc/selinux/config to enable SELinux after each reboot. Edit /etc/selinux/config, enter:
# vi /etc/selinux/config
Edit/add as follows:

SELINUX=enforcing
SELINUXTYPE=targeted

See also:

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 4 comments… read them below or add one }

1 od February 16, 2010

Another way is by running system-config-securitylevel-tui.

Reply

2 Michael February 18, 2010

The question in the article was:
How do I turn on SELinux over remote ssh session without distributing existing networking services?

Pay attention to the last part: “without distributing existing networking services”

Then as a solution is posted:
#genhomedircon
# touch /.autorelabel
# reboot

Yes I have read i correct. The last command is reboot….
hmm . reboot without “distributing existing networking services”

Nice article by the way…

Reply

3 Vivek Gite February 18, 2010

@Michael,

Without reboot you cannot activate SELinux. However, if you do not follow these instructions many files and services such as ssh will not activate after the reboot. In that case you need to login over console and fix the issue. So once system comes online you run the ‘setenforce 1′ command to turn it on. Nevertheless, you cannot get it activated without rebooting the system. May be you need to use ksplice [ksplice.com] service based patch which allows:

you apply 100% of the important kernel security updates released by your Linux vendor without rebooting.

I never tried it out, but this may be the solution…

HTH

Reply

4 Michael February 18, 2010

ok. got it! Thanks….

(at this moment I have another weird situation: The CAPS lock function of my keyboard is reversed :-)… When the LED on the keyboard is ON the letters appear in lower case and visa versa… I Googled a bit but found not yet a simple solution yet… (distrubution=Fedora 12))

Keep up the good work.

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 15 + 11 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: