CFINSPEC-66 : Correct supports platform for ipfilter

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
Sonu Saha 2022-02-28 10:07:41 +05:30 committed by Clinton Wolfe
parent ccdfcd0445
commit a854374b66

View file

@ -2,7 +2,7 @@ require "inspec/resources/command"
module Inspec::Resources
class IpFilter < Inspec.resource(1)
name "ipfilter"
supports platform: "freebsd"
supports platform: "bsd"
supports platform: "solaris"
desc "Use the ipfilter InSpec audit resource to test rules that are defined for ipfilter, which maintains the IP rule set"
example <<~EXAMPLE