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

@@ -139,7 +139,7 @@ struct user_details {
#define CD_SET_GROUPS 0x040000
#define CD_LOGIN_SHELL 0x080000
#define CD_OVERRIDE_UMASK 0x100000
#define CD_LOG_CHILDREN 0x200000
#define CD_LOG_SUBCMDS 0x200000
struct preserved_fd {
TAILQ_ENTRY(preserved_fd) entries;