We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9081f commit 11471d5Copy full SHA for 11471d5
1 file changed
controls/os_spec.rb
@@ -35,7 +35,7 @@
35
36
blacklist = input(
37
'blacklist',
38
- value: suid_blacklist.default,
+ value: "#{suid_blacklist.default}",
39
description: 'blacklist of suid/sgid program on system'
40
)
41
0 commit comments