mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Currently only states are getting handled so updated docs part
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
c963b2ac14
commit
074e4151cc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module Inspec::Resources
|
|||
|
||||
supports platform: "unix"
|
||||
|
||||
desc "Use selinux Inspec resource to test state/mode of the selinux policy."
|
||||
desc "Use selinux Inspec resource to test state of the selinux policy."
|
||||
|
||||
example <<~EXAMPLE
|
||||
describe selinux do
|
||||
|
|
Loading…
Reference in a new issue