码迷,mamicode.com
首页 >  
搜索关键字:selinux。    ( 2925个结果
zabbix server is not running解决办法
正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current, 下面的几种情况都有可能引起这个错误, 1. selinux是否关闭。一定要关闭这个,开启sel...
分类:其他好文   时间:2014-10-14 13:47:49    阅读次数:265
centos6.5 64位简单优化和加固脚本
#update osyum update -y#selinuxsed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinuxsetenforce 0#welcome messageecho 'web server' >/e...
分类:其他好文   时间:2014-10-13 22:27:17    阅读次数:273
[zz]How to Disable SELinux
How to Disable SELinuxYou've setup a new system, or installed something new on your Linux system and its not working. You get the feeling that SELinux...
分类:系统相关   时间:2014-10-07 02:00:12    阅读次数:403
centos6.5安装cacti监控(一)
1:操作系统的安装,这个就不用写教程了吧(略)我个人用的是CentOS6.5最小化安装装好系统以后关闭防火墙和selinux[root@Cacti~]#serviceiptablesstop//关闭防火墙服务[root@Cacti~]#chkconfigiptablesoff//永久性关闭[root@Cacti~]#vi/etc/sysconfig/selinux//把SELINUX=enfor..
分类:其他好文   时间:2014-10-07 00:53:21    阅读次数:340
centos 6.4 samba 安装配置(记录)
前提: 关掉防火墙 service iptables stop 或chkconfig iptables off(永久关闭防火墙) 关闭SELinux setenforce 0 或vi /etc/sysconfig/selinux把 SELINUX=enforcing 修改为SELINUX= disa...
分类:其他好文   时间:2014-10-05 00:58:37    阅读次数:245
ISCSI搭建
一、实验环境如下:rhel1————192.168.10.1————iscsi服务端rhel2————192.168.10.2————iscsi客户端rhel1上的共享磁盘————sdbrhel2利用iscsi将rhel1上的sdb作为本地磁盘sdb二、服务端rhel1配置:1.关闭selinux(需要重新启动),vim/etc/sysconfig/selinux:2..
分类:其他好文   时间:2014-10-03 03:06:04    阅读次数:283
Rhel6-lvs配置文档
系统环境: rhel6 x86_64 iptables and selinux disabled相关网址:http://zh.linuxvirtualserver.org/ yum仓库配置:[rhel-source] name=Red Hat Enterprise Linux $releaseve....
分类:其他好文   时间:2014-09-30 20:04:10    阅读次数:298
Oracle RAC 10.2.0.5 Install For redhat 5.8(use raw device)
因为客户数据库需要打补丁,所以安装相似测试环境。需要先安装10.2.0.1 然后再升级到10.2.0.5。因为我有很多篇关于安装的文章,所以这篇只说关键步骤,以及遇见的bug安装错误 注意:我已经在redhat 6.3测试过,不能完成安装,主要是在跑root.sh脚本的时候无法通过。换成redhat 5.8不会出现这种问题。 Steps: 1、防火墙and selinux 2、kernel...
分类:数据库   时间:2014-09-30 14:58:19    阅读次数:257
文件的复制、移动、压缩等对SELinux属性关系详解
文件的复制、移动、压缩等对SELinux属性关系详解1.临时修改文件的类型属性文件的类型属性不正确是常见的SELinux拒绝访问的主要原因1)修改文件的SELinux属性:[root@localhost~]#touchtest.file##新建文件[root@localhost~]#ls-Ztest.file##查看文件的SELinux属性-rw-r--r--.roo..
分类:移动开发   时间:2014-09-30 12:53:10    阅读次数:505
理解SElinux
理解SElinux1.传统的权限使用读、写和执行的方式控制着用户对资源(文件及目录)的访问。2.selinux使用selinux用户、角色、类型和级别控制进程对资源(文件及目录)的访问。SElinux属性格式:SElinuxUser:Role:Type:Level3.在支持SElinux的Linux系统中,用户有系统用户和SElinu..
分类:系统相关   时间:2014-09-29 20:53:41    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!