@@ -3017,6 +3017,18 @@ will insult users when they enter an incorrect password.
30173017This flag is
30183018.Em @insults@
30193019by default.
3020+ .It iolog_flush
3021+ If set,
3022+ .Nm sudo
3023+ will flush I/O log data to disk after each write instead of buffering it.
3024+ This makes it possible to view the logs in real-time as the program
3025+ is executing but may significantly reduce the effectiveness of I/O
3026+ log compression.
3027+ This flag is
3028+ .Em off
3029+ by default.
3030+ .Pp
3031+ This setting is only supported by version 1.8.20 or higher.
30203032.It log_allowed
30213033If set,
30223034.Nm
@@ -4282,6 +4294,18 @@ the umask specified by PAM or login.conf will take precedence.
42824294The umask setting in PAM is not used for
42834295.Nm sudoedit ,
42844296which does not create a new PAM session.
4297+ .It iolog_mode
4298+ The file mode to use when creating I/O log files.
4299+ Mode bits for read and write permissions for owner, group, or other
4300+ are honored, everything else is ignored.
4301+ The file permissions will always include the owner read and
4302+ write bits, even if they are not present in the specified mode.
4303+ When creating I/O log directories, search (execute) bits are added
4304+ to match the read and write bits specified by
4305+ .Em iolog_mode .
4306+ Defaults to 0600 (read and write by user only).
4307+ .Pp
4308+ This setting is only supported by version 1.8.19 or higher.
42854309.El
42864310.Pp
42874311.Sy Strings :
@@ -4515,18 +4539,6 @@ overwritten unless
45154539ends in six or
45164540more
45174541.Em X Ns s .
4518- .It iolog_flush
4519- If set,
4520- .Nm sudo
4521- will flush I/O log data to disk after each write instead of buffering it.
4522- This makes it possible to view the logs in real-time as the program
4523- is executing but may significantly reduce the effectiveness of I/O
4524- log compression.
4525- This flag is
4526- .Em off
4527- by default.
4528- .Pp
4529- This setting is only supported by version 1.8.20 or higher.
45304542.It iolog_group
45314543The group name to look up when setting the group-ID on new I/O log
45324544files and directories.
@@ -4543,18 +4555,6 @@ nor
45434555are set, I/O log files and directories are created with group-ID 0.
45444556.Pp
45454557This setting is only supported by version 1.8.19 or higher.
4546- .It iolog_mode
4547- The file mode to use when creating I/O log files.
4548- Mode bits for read and write permissions for owner, group, or other
4549- are honored, everything else is ignored.
4550- The file permissions will always include the owner read and
4551- write bits, even if they are not present in the specified mode.
4552- When creating I/O log directories, search (execute) bits are added
4553- to match the read and write bits specified by
4554- .Em iolog_mode .
4555- Defaults to 0600 (read and write by user only).
4556- .Pp
4557- This setting is only supported by version 1.8.19 or higher.
45584558.It iolog_user
45594559The user name to look up when setting the user and group-IDs on new
45604560I/O log files and directories.
0 commit comments