|
26 | 26 | .nr BA @BAMAN@ |
27 | 27 | .nr LC @LCMAN@ |
28 | 28 | .nr PS @PSMAN@ |
29 | | -.TH "SUDOERS" "@mansectform@" "February 22, 2025" "Sudo @PACKAGE_VERSION@" "File Formats Manual" |
| 29 | +.TH "SUDOERS" "@mansectform@" "June 7, 2025" "Sudo @PACKAGE_VERSION@" "File Formats Manual" |
30 | 30 | .nh |
31 | 31 | .if n .ad l |
32 | 32 | .SH "NAME" |
@@ -1868,6 +1868,10 @@ user's home directory. |
1868 | 1868 | .PP |
1869 | 1869 | This setting is only supported by version 1.9.3 or higher. |
1870 | 1870 | .SS "Chroot_Spec" |
| 1871 | +Support for setting the root directory is deprecated and will be removed |
| 1872 | +in a future version of |
| 1873 | +\fBsudo\fR. |
| 1874 | +.PP |
1871 | 1875 | The root directory that the command will be run in can be specified |
1872 | 1876 | using the |
1873 | 1877 | \fRCHROOT\fR |
@@ -5647,6 +5651,10 @@ that includes a |
5647 | 5651 | \fIChroot_Spec\fR. |
5648 | 5652 | .sp |
5649 | 5653 | This setting is only supported by version 1.9.3 or higher. |
| 5654 | +.sp |
| 5655 | +Support for setting the root directory is deprecated and will be removed |
| 5656 | +in a future version of |
| 5657 | +\fBsudo\fR. |
5650 | 5658 | .TP 14n |
5651 | 5659 | runcwd |
5652 | 5660 | If set, |
@@ -6967,12 +6975,7 @@ facility in all cases and for commands to be run with |
6967 | 6975 | the target user's home directory as the working directory. |
6968 | 6976 | We don't want to subject the full time staff to the |
6969 | 6977 | \fBsudo\fR |
6970 | | -lecture and we want to allow them to run commands in a |
6971 | | -chroot(2) |
6972 | | -\(lqsandbox\(rq |
6973 | | -via the |
6974 | | -\fB\-R\fR |
6975 | | -option. |
| 6978 | +lecture. |
6976 | 6979 | User |
6977 | 6980 | \fBmillert\fR |
6978 | 6981 | need not provide a password and we don't want to reset the |
@@ -7003,7 +7006,7 @@ privileges. |
7003 | 7006 | # Override built-in defaults |
7004 | 7007 | Defaults syslog=auth,runcwd=~ |
7005 | 7008 | Defaults>root !set_logname |
7006 | | -Defaults:FULLTIMERS !lecture,runchroot=* |
| 7009 | +Defaults:FULLTIMERS !lecture |
7007 | 7010 | Defaults:millert !authenticate |
7008 | 7011 | Defaults@SERVERS log_year, logfile=@log_dir@/sudo.log |
7009 | 7012 | Defaults!PAGERS noexec |
|
0 commit comments