Fix typo for allow_sgid (#16806)
fixes #14425 The config: prefix should be included in the actual option name and makes it impossible to change this option.
This commit is contained in:
parent
c4031f0455
commit
f12ae1bcd0
@ -160,4 +160,4 @@ config:
|
||||
|
||||
# Set to 'false' to allow installation on filesystems that doesn't allow setgid bit
|
||||
# manipulation by unprivileged user (e.g. AFS)
|
||||
config:allow_sgid: true
|
||||
allow_sgid: true
|
||||
|
Loading…
Reference in New Issue
Block a user