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!

    刚入们的超级小白,学习过程当中记录一些异常信息及解决方法。 欢迎大家一起交流。
  • 相关阅读:
    1004: 画图
    1002: 数字排序问题
    1003: 相邻数对问题
    1001: 图像旋转问题
    1000: 数塔
    springday05-go1
    springday04-go2
    springday04-go1
    springday03-go2
    Android—PopupWindow的简单使用
  • 原文地址:https://www.cnblogs.com/JiangDameiniu/p/8512356.html
Copyright © 2011-2022 走看看