mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
simplify auditd name
This commit is contained in:
parent
a9813699c0
commit
4bcfc76f27
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ require 'utils/simpleconfig'
|
|||
# end
|
||||
|
||||
class AuditDaemonConf < Vulcano.resource(1)
|
||||
name 'audit_daemon_conf'
|
||||
name 'auditd_conf'
|
||||
|
||||
def initialize(path = nil)
|
||||
@conf_path = path || '/etc/audit/auditd.conf'
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# end
|
||||
|
||||
class AuditDaemonRules < Vulcano.resource(1)
|
||||
name 'audit_daemon_rules'
|
||||
name 'auditd_rules'
|
||||
|
||||
def initialize
|
||||
@content = vulcano.command('/sbin/auditctl -l').stdout.chomp
|
||||
|
|
Loading…
Reference in a new issue