美文网首页
树莓派CentOS版关闭SElinx,防火墙

树莓派CentOS版关闭SElinx,防火墙

作者: Drop的Drop | 来源:发表于2018-01-24 14:20 被阅读0次

    操作系统环境:Linux centos-rpi3 4.9.40-v7.1.el7

    1.关闭SeLinx

    查看

    1 getenforce

    临时关闭

    1 ##设置SELinux 成为permissive模式 

    2 ##setenforce 1 设置SELinux 成为enforcing模式

    3 setenforce0

    永久关闭

    1  vim /etc/selinux/config

    将SELINUX=enforcing改为SELINUX=disabled

    设置后需要重启才能生效

    2. 关闭firewall:

    systemctl stop firewalld.service       #停止firewall

    systemctl disable firewalld.service   #禁止firewall开机启动

    firewall-cmd --state                           #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)

    参考地址:http://blog.csdn.net/xinluke/article/details/51925293

    相关文章

      网友评论

          本文标题:树莓派CentOS版关闭SElinx,防火墙

          本文链接:https://www.haomeiwen.com/subject/asluaxtx.html