Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions controls/package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
end
end

control 'package-05' do
control 'package-04' do
impact 1.0
title 'Do not install ypserv server (NIS)'
desc 'Network Information Service (NIS) has some security design weaknesses like inadequate protection of important authentication information. http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf, Chapter 3.2.4'
Expand All @@ -63,7 +63,7 @@
end
end

control 'package-06' do
control 'package-05' do
impact 1.0
title 'Do not install tftp server'
desc 'tftp-server provides little security http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf, Chapter 3.2.5'
Expand All @@ -72,7 +72,7 @@
end
end

control 'package-07' do
control 'package-06' do
impact 1.0
title 'Install syslog server package'
desc 'Syslog server is required to receive system and applications logs'
Expand All @@ -85,7 +85,7 @@
end
end

control 'package-08' do
control 'package-07' do
impact 1.0
title 'Install auditd'
desc 'auditd provides extended logging capabilities on recent distributions'
Expand All @@ -109,7 +109,7 @@
end
end

control 'package-09' do
control 'package-08' do
impact 1.0
title 'CIS: Additional process hardening'
desc '1.5.4 Ensure prelink is disabled'
Expand Down