mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 21:38:05 +00:00
Add maxseq setting to log_output example.
This should make it more obvious that you need to adjust maxseq unless you have (virtually) unlimited disk space.
This commit is contained in:
parent
b61a55eb1b
commit
906eb19ece
@ -64,10 +64,13 @@
|
|||||||
##
|
##
|
||||||
## Uncomment to enable logging of a command's output, except for
|
## Uncomment to enable logging of a command's output, except for
|
||||||
## sudoreplay and reboot. Use sudoreplay to play back logged sessions.
|
## sudoreplay and reboot. Use sudoreplay to play back logged sessions.
|
||||||
|
## Sudo will create up to 2,176,782,336 I/O logs before recycing them.
|
||||||
|
## Set maxseq to a smaller number if you don't have unlimited disk space.
|
||||||
# Defaults log_output
|
# Defaults log_output
|
||||||
# Defaults!/usr/bin/sudoreplay !log_output
|
# Defaults!/usr/bin/sudoreplay !log_output
|
||||||
# Defaults!/usr/local/bin/sudoreplay !log_output
|
# Defaults!/usr/local/bin/sudoreplay !log_output
|
||||||
# Defaults!REBOOT !log_output
|
# Defaults!REBOOT !log_output
|
||||||
|
# Defaults maxseq = 1000
|
||||||
|
|
||||||
##
|
##
|
||||||
## Runas alias specification
|
## Runas alias specification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user