We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8da35fb + 5114ede commit d5ff225Copy full SHA for d5ff225
1 file changed
lockdown/serverspec/os_spec.rb
@@ -60,7 +60,7 @@
60
61
describe 'SUID/ SGID whitelist check' do
62
it 'found only whitelist suid/sgid' do
63
- whitelist = [
+ whitelist = [
64
# whitelist as provided by NSA
65
'/bin/mount', '/bin/ping', '/bin/su', '/bin/umount', '/sbin/pam_timestamp_check',
66
'/sbin/unix_chkpwd', '/usr/bin/at', '/usr/bin/gpasswd', '/usr/bin/locate',
0 commit comments