Merge in Solaris privilege support by Darren Moffat and John Zolnowsky
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user