摘要:
一、iptables防火墙1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 阅读全文
posted @ 2022-11-25 09:12
lclc
阅读(543)
评论(0)
推荐(0)
摘要:
SELinux简介 SELinux 是Security-Enhanced Linux的简写,意指安全增强的linux。它不是用来防火墙设置的。但它对Linux系统的安全很有用。Linux内核(Kernel)从2.6就有了SELinux。 SELinux是内置在许多GNU / Linux发行版中的主要 阅读全文
posted @ 2022-11-25 09:10
lclc
阅读(1287)
评论(0)
推荐(0)