ruby 样本GDPR控制 - Windows防火墙

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 样本GDPR控制 - Windows防火墙相关的知识,希望对你有一定的参考价值。

control "gdpr-benchmark-windiws-firewall-ensure-on" do
  title "Ensure Windows Firewall is set to On"
  desc  "For GDPR compliance we need Windows Firewall with Advanced Security use the settings for this profile to filter network traffic."
  impact 1.0
  describe registry_key("HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\WindowsFirewall\\DomainProfile") do
    it { should have_property "EnableFirewall" }
  end
  describe registry_key("HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\WindowsFirewall\\DomainProfile") do
    its("EnableFirewall") { should cmp == 1 }
  end
end

以上是关于ruby 样本GDPR控制 - Windows防火墙的主要内容,如果未能解决你的问题,请参考以下文章

ruby 样本GDPR - 帐户锁定时间

ruby 样本GDPR - 帐户锁定时间

ruby 示例GDPR - 阻止入站Windows防火墙

ruby 示例GDPR - 阻止入站Windows防火墙

ruby 示例GDPR - 数据库配置

ruby 示例GDPR - 数据库配置