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

@@ -158,6 +158,10 @@
#define I_SET_UTMP 78
#define def_utmp_runas (sudo_defs_table[79].sd_un.flag)
#define I_UTMP_RUNAS 79
#define def_privs (sudo_defs_table[80].sd_un.str)
#define I_PRIVS 80
#define def_limitprivs (sudo_defs_table[81].sd_un.str)
#define I_LIMITPRIVS 81
enum def_tuple {
never,