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!

    刚入们的超级小白,学习过程当中记录一些异常信息及解决方法。 欢迎大家一起交流。
  • 相关阅读:
    hdu 1856 More is better
    hdu 1014 Uniform Generator
    hdu 1412 {A} + {B}
    hdu 1022 Train Problem I
    hdu 1027 Ignatius and the Princess II
    hdu 2377 Bus Pass
    POJ 1141 Brackets Sequence
    guava学习,集合专题
    org.apache.commons等常用工具学习
    utf-8mb4和排序规则
  • 原文地址:https://www.cnblogs.com/JiangDameiniu/p/8512356.html
Copyright © 2011-2022 走看看