mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-25 20:40:22 +00:00
Update to test for rsh-server instead of duplicate telnetd (#98)
This commit is contained in:
parent
c19bef8459
commit
b301e7317a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ control 'package-03' do
|
|||
impact 1.0
|
||||
title 'Do not install rsh server'
|
||||
desc 'The r-commands suffers same problem as telnet. http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf, Chapter 3.2.3'
|
||||
describe package('telnetd') do
|
||||
describe package('rsh-server') do
|
||||
it { should_not be_installed }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue