Add support for loading the sudo_intercept.so DSO.
This commit is contained in:
@@ -92,8 +92,9 @@ void terminate_command(pid_t pid, bool use_pgrp);
|
||||
bool sudo_terminated(struct command_status *cstat);
|
||||
|
||||
/* exec_common.c */
|
||||
int sudo_execve(int fd, const char *path, char *const argv[], char *envp[], bool noexec);
|
||||
int sudo_execve(int fd, const char *path, char *const argv[], char *envp[], int flags);
|
||||
char **disable_execute(char *envp[], const char *dso);
|
||||
char **enable_monitor(char *envp[], const char *dso);
|
||||
|
||||
/* exec_nopty.c */
|
||||
void exec_nopty(struct command_details *details, struct command_status *cstat);
|
||||
|
Reference in New Issue
Block a user