Add support for loading the sudo_intercept.so DSO.

This commit is contained in:
Todd C. Miller
2021-08-09 15:50:25 -06:00
parent 786e5865cb
commit 6287e8ca7d
18 changed files with 333 additions and 60 deletions

View File

@@ -724,8 +724,12 @@ command_info_to_details(char * const info[], struct command_details *details)
break;
}
break;
case 'i':
SET_FLAG("intercept=", CD_INTERCEPT)
break;
case 'l':
SET_STRING("login_class=", login_class)
SET_FLAG("log_children=", CD_LOG_CHILDREN)
break;
case 'n':
if (strncmp("nice=", info[i], sizeof("nice=") - 1) == 0) {