红联Linux门户
Linux帮助

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

发布时间:2011-02-15 20:18:53来源:红联作者:wzmlxl
Fedora10总弹出消息提示SELinux AVC拒绝,不停弹出,怎么彻底解决
文章评论

共有 6 条评论

  1. qq710456249 于 2011-03-01 13:47:27发表:

    GNOME桌面环境,系统设置里有哦 我的是从那改的 嘿嘿

  2. wzmlxl 于 2011-02-16 18:51:57发表:

    谢谢了,解决了,(e:e2s

  3. pallana 于 2011-02-16 16:23:28发表:

    引用:


    治了根了……

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


    对的,看一下给出的提示就能够大致摸清问题的来源

  4. deepwhite 于 2011-02-16 14:46:43发表:

    引用:
    可以禁止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


    治了根了……

    其实,弹出的提示消息里面一般都有如何解决的提示,LZ 可以仔细看看。

  5. Junyi 于 2011-02-16 08:42:42发表:

    顶沙发

  6. pallana 于 2011-02-16 08:29:46发表:

    可以禁止selinux
    打开终端,执行命令[code]sudo vi /etc/selinux/config [/code][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]把[code]SELINUX=enforcing[/code]修改为[code]SELINUX=disabled [/code]重新启动机器即可