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!

    刚入们的超级小白,学习过程当中记录一些异常信息及解决方法。 欢迎大家一起交流。
  • 相关阅读:
    分治与线段树
    PAT甲级 1006
    PAT甲级 1001
    单源最短路 Dijkstra
    图的邻接矩阵与邻接表
    Huffman树 建树方法代码实现
    小根堆模板类
    二叉搜索树的搜索和插入与删除算法优化
    完全二叉树模板
    二叉树模板及二叉树的无递归遍历
  • 原文地址:https://www.cnblogs.com/JiangDameiniu/p/8512356.html
Copyright © 2011-2022 走看看