zoukankan      html  css  js  c++  java
  • LinuxCentOSamba7关闭SELinux重新启动失败出现:Failed to load SElinux policu freezing

    login as: root
    root@10.93.143.2's password:
    Last login: Tue Mar 6 03:31:31 2018 from 10.93.143.1
    [root@localhost ~]# more /etc/selinux/config

    # 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 - No SELinux policy is loaded.

    SELINUX=enforcing                                 SELINUX=disabled       将enforcing修改成disabled

    # SELINUXTYPE= can take one of three two values:
    # targeted - Targeted processes are protected,
    # minimum - Modification of targeted policy. Only selected processes are pro
    tected.
    # mls - Multi Level Security protection.
    SELINUXTYPE=targeted


    [root@localhost ~]# getenforce            查询SElinux状态指令
    Disabled
    [root@localhost ~]#

    此文章为博主原创,转载时请标明出处及作者。如果这篇让您看起来头疼的文章对您有所帮助,请给个赞。 Thank you!

    刚入们的超级小白,学习过程当中记录一些异常信息及解决方法。 欢迎大家一起交流。
  • 相关阅读:
    ! JOISC2020DAY2变色龙之恋
    ! JOISC2020DAY1扫除
    JOISC2020DAY1汉堡肉
    JOISC2020DAY1建筑装饰4
    ! JLOI/SHOI2016随机序列
    JLOI/SHOI2016黑暗前的幻想乡
    ! JLOI/SHOI2016成绩比较
    JLOI/SHOI2016方
    JLOI/SHOI2016侦查守卫
    ! AHOI/HNOI2017抛硬币
  • 原文地址:https://www.cnblogs.com/JiangDameiniu/p/8512356.html
Copyright © 2011-2022 走看看