mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Move askpass path specification from sudoers to sudo.conf.
This commit is contained in:
@@ -286,10 +286,6 @@ struct sudo_defs_types sudo_defs_table[] = {
|
||||
"type", T_STR,
|
||||
"SELinux type to use in the new security context: %s",
|
||||
NULL,
|
||||
}, {
|
||||
"askpass", T_STR|T_PATH|T_BOOL,
|
||||
"Path to the askpass helper program: %s",
|
||||
NULL,
|
||||
}, {
|
||||
"env_file", T_STR|T_PATH|T_BOOL,
|
||||
"Path to the sudo-specific environment file: %s",
|
||||
|
Reference in New Issue
Block a user