mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Add directory writability checks for sudoedit.
This commit is contained in:
@@ -386,6 +386,10 @@ struct sudo_defs_types sudo_defs_table[] = {
|
||||
"use_netgroups", T_FLAG,
|
||||
N_("Enable sudoers netgroup support"),
|
||||
NULL,
|
||||
}, {
|
||||
"sudoedit_checkdir", T_FLAG,
|
||||
N_("Check the parent directory for writability when editing files with sudoedit"),
|
||||
NULL,
|
||||
}, {
|
||||
"sudoedit_follow", T_FLAG,
|
||||
N_("Follow symbolic links when editing files with sudoedit"),
|
||||
|
Reference in New Issue
Block a user