"ignore_local_sudoers", T_FLAG,
"If LDAP directory is up, do we ignore local sudoers file",
NULL,
+ }, {
+ "trace", T_FLAG,
+ "Trace children of cmnd and apply sudoers restrictions to them",
+ NULL,
}, {
NULL, 0, NULL
}
#define I_ENV_KEEP 56
#define def_ignore_local_sudoers (sudo_defs_table[57].sd_un.flag)
#define I_IGNORE_LOCAL_SUDOERS 57
+#define def_trace (sudo_defs_table[58].sd_un.flag)
+#define I_TRACE 58
enum def_tupple {
never,
ignore_local_sudoers
T_FLAG
"If LDAP directory is up, do we ignore local sudoers file"
+trace
+ T_FLAG
+ "Trace children of cmnd and apply sudoers restrictions to them"