2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Add chroot/chdir changes.

This commit is contained in:
Todd C. Miller 2020-09-01 15:06:14 -06:00
parent 1676f0ceeb
commit b7130775f1

11
NEWS
View File

@ -49,6 +49,17 @@ What's new in Sudo 1.9.3
itself because sudo changes the limits while it runs to prevent
resource starvation.
* It is now possible to set the working directory or change the
root directory on a per-command basis using the CWD and CHROOT
options. There are also new Defaults settings, runchroot and
runcwd, that can be used to set the working directory or root
directory on a more global basis.
* New -D (--chdir) and -R (--chroot) command line options can be
used to set the working directory or root directory if the sudoers
file allows it. This functionality is not enabled by default
and must be explicitly enabled in the sudoers file.
What's new in Sudo 1.9.2
* Fixed package builds on RedHat Enterprise Linux 8.