2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Rename log_children -> log_subcmds

This commit is contained in:
Todd C. Miller
2021-08-26 16:36:41 -06:00
parent d8d4023335
commit ba171724f7
13 changed files with 76 additions and 76 deletions

View File

@@ -582,8 +582,8 @@ struct sudo_defs_types sudo_defs_table[] = {
N_("Intercept further commands and apply sudoers restrictions to them"),
NULL,
}, {
"log_children", T_FLAG,
N_("Log any child processes run by the command"),
"log_subcmds", T_FLAG,
N_("Log sub-commands run by the original command"),
NULL,
}, {
"log_exit_status", T_FLAG,