Merge in Solaris privilege support by Darren Moffat and John Zolnowsky

This commit is contained in:
Todd C. Miller
2012-07-26 13:49:21 -04:00
parent a726a1ccfa
commit 4abd2a6cf4
25 changed files with 1798 additions and 1325 deletions

View File

@@ -342,6 +342,14 @@ struct sudo_defs_types sudo_defs_table[] = {
"utmp_runas", T_FLAG,
N_("Set the user in utmp to the runas user, not the invoking user"),
NULL,
}, {
"privs", T_STR,
N_("Set of permitted privileges"),
NULL,
}, {
"limitprivs", T_STR,
N_("Set of limit privileges"),
NULL,
}, {
NULL, 0, NULL
}