Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5352378
  • 博文数量: 1144
  • 博客积分: 11974
  • 博客等级: 上将
  • 技术积分: 12312
  • 用 户 组: 普通用户
  • 注册时间: 2005-04-13 20:06
文章存档

2017年(2)

2016年(14)

2015年(10)

2014年(28)

2013年(23)

2012年(29)

2011年(53)

2010年(86)

2009年(83)

2008年(43)

2007年(153)

2006年(575)

2005年(45)

分类: LINUX

2006-02-10 10:48:01

SELinux
From ConchShell
 
To disable SELinux, specify the selinux=0 boot option in your boot loader configuration file. 
If your boot loader is LILO, open /etc/lilo.conf with a text editor and find the append line. Then add selinux=0 at the end of the quoted append value. If you don't have an append= line then add it like this: append="selinux=0". Exit the editor, saving your changes and run LILO from a shell prompt. 
If your boot loader is GRUB, open /boot/grub/menu.lst or /etc/grub.conf with a text editor and add selinux=0 at the end of the line beginning with the word kernel. 
After making the change to the LILO or GRUB configuration, reboot. 
Retrieved from ""
 
 
阅读(726) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~