Skip to content

Commit ed00917

Browse files
committed
fix rubocop Conventions
1 parent c27fc05 commit ed00917

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

controls/os_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
shadow_group = 'shadow'
2828
end
2929
blacklist = attribute(
30-
'blacklist',
30+
'blacklist',
3131
default: [
3232
# blacklist as provided by NSA
3333
'/usr/bin/rcp', '/usr/bin/rlogin', '/usr/bin/rsh',
@@ -68,10 +68,10 @@
6868
# '/usr/bin/expiry',
6969
# '/usr/bin/wall',
7070
# '/usr/bin/chage',
71-
# '/usr/bin/bsd-write'
71+
# '/usr/bin/bsd-write'
7272
],
7373
description: 'blacklist of suid/sgid program on system'
74-
)
74+
)
7575

7676
control 'os-01' do
7777
impact 1.0

0 commit comments

Comments
 (0)