]> granicus.if.org Git - sudo/commitdiff
Mention sudo.conf use for debugging
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 11 Nov 2014 21:15:47 +0000 (14:15 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 11 Nov 2014 21:15:47 +0000 (14:15 -0700)
doc/sudoreplay.cat
doc/sudoreplay.man.in
doc/sudoreplay.mdoc.in

index 9eb49fc9a96aae72e4b99723c9420f4cb26e95bb..aebd356e4352278ad9c9400cec58f5234cf61a2d 100644 (file)
@@ -199,7 +199,16 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
      which is probably not what was intended.  This will be addressed in a
      future version of s\bsu\bud\bdo\bor\bre\bep\bpl\bla\bay\by.
 
+   D\bDe\beb\bbu\bug\bgg\bgi\bin\bng\bg s\bsu\bud\bdo\bor\bre\bep\bpl\bla\bay\by
+     s\bsu\bud\bdo\bor\bre\bep\bpl\bla\bay\by versions 1.8.4 and higher support a flexible debugging
+     framework that is configured via Debug lines in the sudo.conf(4) file.
+
+     For more information on configuring sudo.conf(4), please refer to its
+     manual.
+
 F\bFI\bIL\bLE\bES\bS
+     _\b/_\be_\bt_\bc_\b/_\bs_\bu_\bd_\bo_\b._\bc_\bo_\bn_\bf            Debugging framework configuration
+
      _\b/_\bv_\ba_\br_\b/_\bl_\bo_\bg_\b/_\bs_\bu_\bd_\bo_\b-_\bi_\bo          The default I/O log directory.
 
      _\b/_\bv_\ba_\br_\b/_\bl_\bo_\bg_\b/_\bs_\bu_\bd_\bo_\b-_\bi_\bo_\b/_\b0_\b0_\b/_\b0_\b0_\b/_\b0_\b1_\b/_\bl_\bo_\bg
@@ -244,7 +253,7 @@ E\bEX\bXA\bAM\bMP\bPL\bLE\bES\bS
            # sudoreplay -l ( user jeff or user bob ) tty console
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
-     sudo(1m), script(1)
+     sudo.conf(4), sudo(1m), script(1)
 
 A\bAU\bUT\bTH\bHO\bOR\bRS\bS
      Todd C. Miller
index eb53774c4ce30167bd9e906ac1bc17fc46c4db7a..9e84ef84aa9c733a1dae9c2fdce33ed844af7318 100644 (file)
@@ -16,7 +16,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH "SUDOREPLAY" "@mansectsu@" "February 15, 2014" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
+.TH "SUDOREPLAY" "8" "February 15, 2014" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
 .nh
 .if n .ad l
 .SH "NAME"
@@ -330,8 +330,23 @@ will result in a time exactly two weeks from now, which is probably
 not what was intended.
 This will be addressed in a future version of
 \fBsudoreplay\fR.
+.SS "Debugging sudoreplay"
+\fBsudoreplay\fR
+versions 1.8.4 and higher support a flexible debugging framework
+that is configured via
+\fRDebug\fR
+lines in the
+sudo.conf(@mansectform@)
+file.
+.PP
+For more information on configuring
+sudo.conf(@mansectform@),
+please refer to its manual.
 .SH "FILES"
 .TP 26n
+\fI@sysconfdir@/sudo.conf\fR
+Debugging framework configuration
+.TP 26n
 \fI@iolog_dir@\fR
 The default I/O log directory.
 .TP 26n
@@ -402,6 +417,7 @@ List sessions run by jeff or bob on the console:
 .RE
 .fi
 .SH "SEE ALSO"
+sudo.conf(@mansectform@),
 sudo(@mansectsu@),
 script(1)
 .SH "AUTHORS"
index 004a17affcbe3094b6b575d9346f67ba831d3f65..b29bc1b90c418050b6cdabd1124b428bb3b6f318 100644 (file)
@@ -297,8 +297,22 @@ will result in a time exactly two weeks from now, which is probably
 not what was intended.
 This will be addressed in a future version of
 .Nm sudoreplay .
+.Ss Debugging sudoreplay
+.Nm sudoreplay
+versions 1.8.4 and higher support a flexible debugging framework
+that is configured via
+.Li Debug
+lines in the
+.Xr sudo.conf @mansectform@
+file.
+.Pp
+For more information on configuring
+.Xr sudo.conf @mansectform@ ,
+please refer to its manual.
 .Sh FILES
 .Bl -tag -width 24n
+.It Pa @sysconfdir@/sudo.conf
+Debugging framework configuration
 .It Pa @iolog_dir@
 The default I/O log directory.
 .It Pa @iolog_dir@/00/00/01/log
@@ -351,6 +365,7 @@ List sessions run by jeff or bob on the console:
 # sudoreplay -l ( user jeff or user bob ) tty console
 .Ed
 .Sh SEE ALSO
+.Xr sudo.conf @mansectform@ ,
 .Xr sudo @mansectsu@ ,
 .Xr script 1
 .Sh AUTHORS