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:
		| @@ -160,4 +160,4 @@ config: | |||||||
|  |  | ||||||
|   # Set to 'false' to allow installation on filesystems that doesn't allow setgid bit |   # Set to 'false' to allow installation on filesystems that doesn't allow setgid bit | ||||||
|   # manipulation by unprivileged user (e.g. AFS) |   # manipulation by unprivileged user (e.g. AFS) | ||||||
|   config:allow_sgid: true |   allow_sgid: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Kuhn
					Michael Kuhn