Skip to content

Commit bb46422

Browse files
authored
Merge pull request #136 from dev-sec/arch_support
add archlinux-support for audit-check
2 parents aa5adfa + 6908002 commit bb46422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/package_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
title 'Install auditd'
9393
desc 'auditd provides extended logging capabilities on recent distributions'
9494
only_if { !container_execution }
95-
audit_pkg = os.redhat? || os.suse? || os.name == 'amazon' || os.name == 'fedora' ? 'audit' : 'auditd'
95+
audit_pkg = os.redhat? || os.suse? || os.name == 'amazon' || os.name == 'fedora' || os.name == 'arch' ? 'audit' : 'auditd'
9696
describe package(audit_pkg) do
9797
it { should be_installed }
9898
end

0 commit comments

Comments
 (0)