We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27fc05 commit ed00917Copy full SHA for ed00917
1 file changed
controls/os_spec.rb
@@ -27,7 +27,7 @@
27
shadow_group = 'shadow'
28
end
29
blacklist = attribute(
30
- 'blacklist',
+ 'blacklist',
31
default: [
32
# blacklist as provided by NSA
33
'/usr/bin/rcp', '/usr/bin/rlogin', '/usr/bin/rsh',
@@ -68,10 +68,10 @@
68
# '/usr/bin/expiry',
69
# '/usr/bin/wall',
70
# '/usr/bin/chage',
71
- # '/usr/bin/bsd-write'
+ # '/usr/bin/bsd-write'
72
],
73
description: 'blacklist of suid/sgid program on system'
74
- )
+ )
75
76
control 'os-01' do
77
impact 1.0
0 commit comments