2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +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(), \fBexect\fR(),
\fBexecv\fR(), \fBexecv\fR(),
\fBexecve\fR(), \fBexecve\fR(),
\fBexecveat\fR(),
\fBexecvP\fR(), \fBexecvP\fR(),
\fBexecvp\fR(), \fBexecvp\fR(),
\fBexecvpe\fR(), \fBexecvpe\fR(),

View File

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

View File

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

View File

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