Add maxseq sudoers option to limit the max number of I/O log files.
This commit is contained in:
@@ -354,6 +354,10 @@ struct sudo_defs_types sudo_defs_table[] = {
|
||||
"exec_background", T_FLAG,
|
||||
N_("Run commands on a pty in the background"),
|
||||
NULL,
|
||||
}, {
|
||||
"maxseq", T_UINT,
|
||||
N_("Maximum I/O log sequence number"),
|
||||
NULL,
|
||||
}, {
|
||||
NULL, 0, NULL
|
||||
}
|
||||
|
Reference in New Issue
Block a user