Add pam_silent sudoers option.

Inspired by PR #368
GitHub issue #216
This commit is contained in:
Todd C. Miller
2024-04-17 19:30:11 -06:00
parent f0823c70c6
commit ecdf0c80f3
7 changed files with 109 additions and 68 deletions

View File

@@ -441,6 +441,10 @@ struct sudo_defs_types sudo_defs_table[] = {
"pam_acct_mgmt", T_FLAG,
N_("Perform PAM account validation management"),
NULL,
}, {
"pam_silent", T_FLAG,
N_("Do not allow PAM authentication modules to generate output"),
NULL,
}, {
"maxseq", T_STR,
N_("Maximum I/O log sequence number: %s"),