2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00
This commit is contained in:
Todd C. Miller
2004-10-05 21:20:06 +00:00
parent a7d63df1fb
commit a3367a7158

10
CHANGES
View File

@@ -1734,11 +1734,17 @@ Sudo 1.6.8 released.
Sudo 1.6.8p1 released.
549) New trace functionality for systems with systrace(4). When tracing
549) New monitor functionality for systems with systrace(4). When tracing
is enabled sudo will fork a daemon that traces the command and
intercepts and execve() calls and allows/denies the call based on
a sudoers lookup.
a sudoers lookup. Also updates the command's environment with
the SUDO_* variables if supported by the version of systrace(4).
550) Added support for multiple sudoers file via #include.
551) An empty sudoers file is no longer a parse error.
552) Fixed error handling if the lexer runs out of memory.
553) Optimize lexer slightly by removing use of unput() and remove
some ambiguity with the Default keyword.