Fedora10总弹出消息提示SELinux AVC拒绝

简介: 可以禁止selinux 打开终端,执行命令CODE:sudo vi /etc/selinux/config CODE:# This file controls the state of SELinux on the system.
可以禁止selinux
打开终端,执行命令
CODE:
sudo vi /etc/selinux/config


CODE:
# 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


CODE:
SELINUX=enforcing

修改为
CODE:
SELINUX=disabled

重新启动机器即可
作者: Junyi 发布日期: 2011-2-16
顶沙发
作者: deepwhite 发布日期: 2011-2-16

QUOTE:
可以禁止selinux
打开终端,执行命令sudo vi /etc/selinux/config # This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security ...
pallana 发表于 2011-2-16 08:29

img_9eca379253a3d5381424a00382b69684.gif

治了根了……

其实,弹出的提示消息里面一般都有如何解决的提示,LZ 可以仔细看看。
作者: pallana 发布日期: 2011-2-16

QUOTE:
治了根了……

其实,弹出的提示消息里面一般都有如何解决的提示,LZ 可以仔细看看。
deepwhite 发表于 2011-2-16 14:46

img_9eca379253a3d5381424a00382b69684.gif

对的,看一下给出的提示就能够大致摸清问题的来源
相关文章
|
7月前
|
网络架构 内存技术
OpenOCD(六):重置配置
OpenOCD(六):重置配置
89 1
小米手机 fastboot模式 显示 press any key to shutdown 解决方法(亲测有效,已解决)
小米手机 fastboot模式 显示 press any key to shutdown 解决方法(亲测有效,已解决)
870 0
|
2月前
|
Ubuntu Linux Windows
wsl重装Ubuntu遇到的一些问题( WslRegisterDistribution failed with error: 0x80041002 Error: 0x80041002 (null)、重置网络后WLAN图标消失)
wsl重装Ubuntu遇到的一些问题( WslRegisterDistribution failed with error: 0x80041002 Error: 0x80041002 (null)、重置网络后WLAN图标消失)
|
监控 Ubuntu 安全
在 Ubuntu 服务器上如何启用自动登录?
在 Ubuntu 服务器上如何启用自动登录?
281 0
在 Ubuntu 服务器上如何启用自动登录?
|
Linux 开发工具
9.2.4 vim 的暂存盘、救援回复与打开时的警告讯息
9.2.4 vim 的暂存盘、救援回复与打开时的警告讯息
67 0
|
Linux 数据安全/隐私保护 Windows
【远程编辑工具UE】超好用的工具UltraEdit(UE)远程连接Linux的方法,以及FTP Component Failuer连接失败的解决方法
【远程编辑工具UE】超好用的工具UltraEdit(UE)远程连接Linux的方法,以及FTP Component Failuer连接失败的解决方法
413 0
【远程编辑工具UE】超好用的工具UltraEdit(UE)远程连接Linux的方法,以及FTP Component Failuer连接失败的解决方法
|
Linux
CENTOS取消锁屏功能
CENTOS取消锁屏功能
60 0
CENTOS取消锁屏功能
UBUNTU18禁用锁屏功能
UBUNTU18禁用锁屏功能
359 0
|
Linux 网络安全 Windows
Linux远程给win7发弹窗告警通知
可用于一些不频繁的告警通知,通过在Linux系统给远程自己用的WIN桌面弹窗。
2930 0