2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

Sync the list of functions trapped by sudo_noexec.so.

This commit is contained in:
Todd C. Miller
2021-08-20 18:41:32 -06:00
parent 1e795b5487
commit 02b78c38ed
4 changed files with 16 additions and 14 deletions

View File

@@ -310,6 +310,7 @@ for the
\fBexect\fR(),
\fBexecv\fR(),
\fBexecve\fR(),
\fBexecveat\fR(),
\fBexecvP\fR(),
\fBexecvp\fR(),
\fBexecvpe\fR(),

View File

@@ -284,6 +284,7 @@ for the
.Fn exect ,
.Fn execv ,
.Fn execve ,
.Fn execveat ,
.Fn execvP ,
.Fn execvp ,
.Fn execvpe ,

View File

@@ -6418,18 +6418,18 @@ is capable of blocking execution of commands run via the
\fBexecl\fR(),
\fBexecle\fR(),
\fBexeclp\fR(),
\fBexecv\fR(),
\fBexecveat\fR(),
\fBexecvp\fR(),
\fBexecve\fR(),
\fBexecvP\fR(),
\fBexecvpe\fR(),
\fBexect\fR(),
\fBexecv\fR(),
\fBexecve\fR(),
\fBexecveat\fR(),
\fBexecvP\fR(),
\fBexecvp\fR(),
\fBexecvpe\fR(),
\fBfexecve\fR(),
\fBpopen\fR(),
\fBposix_spawn\fR(),
\fBposix_spawnp\fR(),
\fBsystem\fR(),
\fBpopen\fR(),
and
\fBwordexp\fR()
functions.

View File

@@ -5932,18 +5932,18 @@ is capable of blocking execution of commands run via the
.Fn execl ,
.Fn execle ,
.Fn execlp ,
.Fn execv ,
.Fn execveat ,
.Fn execvp ,
.Fn execve ,
.Fn execvP ,
.Fn execvpe ,
.Fn exect ,
.Fn execv ,
.Fn execve ,
.Fn execveat ,
.Fn execvP ,
.Fn execvp ,
.Fn execvpe ,
.Fn fexecve ,
.Fn popen ,
.Fn posix_spawn ,
.Fn posix_spawnp ,
.Fn system ,
.Fn popen ,
and
.Fn wordexp
functions.