六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 16|回复: 0

linux下禁用SELinux

[复制链接]

升级  43.67%

101

主题

101

主题

101

主题

举人

Rank: 3Rank: 3

积分
331
 楼主| 发表于 2013-1-31 10:47:26 | 显示全部楼层 |阅读模式
如何开启或关闭SELinux
 
RedHat的 /etc/sysconfig/selinux
 
在新版本中的Red Hat 和 Fedora 上,修改档案/etc/sysconfig/selinux:
 
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - SELinux is fully disabled.
SELINUX=enforcing
 
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted
 
把 SELINUX设定为disable, 下次启动系统后将会停止SElinux。
Linux核心参数(Kernel Parameter)
 
或者可以在核心参数后加上: selinux=0 (停止) 或 selinux=1 (开启)参数
 
档案/boot/grub/menu.lst
 
title Fedora Core (2.6.18-1.2798.fc6)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet  selinux=0
        initrd /initrd-2.6.18-1.2798.fc6.img
 
检查SELinux现时况态
 
要知到你现在是否使用 SELinux:
 
# getenforce
disabled
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表