mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
CFINSPEC-66 : Correct supports platform for ipfilter
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
ccdfcd0445
commit
a854374b66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue