mirror of
https://github.com/dev-sec/linux-baseline
synced 2025-02-17 02:08:23 +00:00
CIS 1.5.4 Ensure prelink is disabled
Signed-off-by: bitvijays <bitvijays@gmail.com>
This commit is contained in:
parent
e192b1e766
commit
3303c00721
1 changed files with 9 additions and 0 deletions
|
@ -98,3 +98,12 @@ control 'package-08' do
|
|||
its('disk_error_action') { should cmp 'SUSPEND' }
|
||||
end
|
||||
end
|
||||
|
||||
control 'package-09' do
|
||||
impact 1.0
|
||||
title 'CIS: Additional process hardening'
|
||||
desc '1.5.4 Ensure prelink is disabled'
|
||||
describe package('prelink') do
|
||||
it { should_not be_installed }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue