switch from os-hardening to ssh-hardening profile

This commit is contained in:
Christoph Hartmann 2016-08-25 14:22:15 +02:00
parent fd87b679be
commit 64a5a4d082
2 changed files with 5 additions and 11 deletions

View file

@ -2,14 +2,8 @@
include_controls 'profile_a'
include_controls 'profile_b'
include_controls 'os-hardening' do
skip_control 'os-01'
1.upto(5) do |i|
skip_control "package-%02d" % i
end
1.upto(33) do |i|
skip_control "sysctl-%02d" % i
include_controls 'ssh-hardening' do
12.upto(12) do |i|
skip_control "ssh-%02d" % i
end
end

View file

@ -10,5 +10,5 @@ depends:
path: ../profile_a
- name: profile_b
path: ../profile_b
- name: os-hardening
url: https://github.com/dev-sec/tests-os-hardening/archive/master.tar.gz
- name: ssh-hardening
url: https://github.com/dev-sec/tests-ssh-hardening/archive/master.tar.gz