Skip to content

Commit 11471d5

Browse files
committed
ensure compatibility with new inspec version
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
1 parent fe9081f commit 11471d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/os_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
blacklist = input(
3737
'blacklist',
38-
value: suid_blacklist.default,
38+
value: "#{suid_blacklist.default}",
3939
description: 'blacklist of suid/sgid program on system'
4040
)
4141

0 commit comments

Comments
 (0)