zoukankan      html  css  js  c++  java
  • 查看selinux与关闭方法

    查看当前用户selinux 状态

    [root@o-09 ~]# getenforce 
    Disabled
    [root@o-09 ~]# setenforce 
    usage: setenforce [ Enforcing | Permissive | 1 | 0 ]
                允许     开启|关闭

    当前用户临时修改命令为:setenforce 0  

    永久关闭方法为:编辑/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=disabled         
    # SELINUXTYPE= can take one of these two values:
    # targeted - Targeted processes are protected,
    # mls - Multi Level Security protection.
    SELINUXTYPE=targeted

      

  • 相关阅读:
    tricky c++ new(this)
    MCI使用
    LoadIcon的使用
    深入浅出Node.js (2)
    洛谷 P1464 Function
    洛谷 P1722 矩阵 II
    洛谷 P1036 选数
    洛谷 P1303 A*B Problem
    洛谷 P2694 接金币
    洛谷 P1679 神奇的四次方数
  • 原文地址:https://www.cnblogs.com/imp-W/p/10383686.html
Copyright © 2011-2022 走看看