Add maxseq sudoers option to limit the max number of I/O log files.

This commit is contained in:
Todd C. Miller
2013-02-18 15:06:23 -05:00
parent 618871a331
commit b9159ecb26
10 changed files with 191 additions and 123 deletions

View File

@@ -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
}