Skip to content

Commit 5d2b176

Browse files
committed
Clarify that use_pty is on by default starting with 1.9.14.
1 parent afb09e0 commit 5d2b176

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/sudoers.man.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
.nr BA @BAMAN@
2626
.nr LC @LCMAN@
2727
.nr PS @PSMAN@
28-
.TH "SUDOERS" "@mansectform@" "April 6, 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
28+
.TH "SUDOERS" "@mansectform@" "June 18, 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
2929
.nh
3030
.if n .ad l
3131
.SH "NAME"
@@ -4231,7 +4231,9 @@ By running the command in a separate pseudo-terminal, this attack is
42314231
no longer possible.
42324232
This flag is
42334233
\fIon\fR
4234-
by default.
4234+
by default for
4235+
\fBsudo\fR
4236+
1.9.14 and above.
42354237
.TP 18n
42364238
user_command_timeouts
42374239
If set, the user may specify a timeout on the command line.

docs/sudoers.mdoc.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
.nr BA @BAMAN@
2626
.nr LC @LCMAN@
2727
.nr PS @PSMAN@
28-
.Dd April 6, 2023
28+
.Dd June 18, 2023
2929
.Dt SUDOERS @mansectform@
3030
.Os Sudo @PACKAGE_VERSION@
3131
.Sh NAME
@@ -4005,7 +4005,9 @@ By running the command in a separate pseudo-terminal, this attack is
40054005
no longer possible.
40064006
This flag is
40074007
.Em on
4008-
by default.
4008+
by default for
4009+
.Nm sudo
4010+
1.9.14 and above.
40094011
.It user_command_timeouts
40104012
If set, the user may specify a timeout on the command line.
40114013
If the timeout expires before the command has exited, the

0 commit comments

Comments
 (0)