* security.h (cygpriv_idx): Add privileges new in Vista.

* security.cc (sys_privs): Ditto.
	* sec_helper.cc (cygpriv): Ditto.  Fix comment.
This commit is contained in:
Corinna Vinschen
2006-11-01 09:00:14 +00:00
parent 87abdb3df9
commit b904c35100
4 changed files with 20 additions and 3 deletions

View File

@ -280,6 +280,10 @@ enum cygpriv_idx {
SE_IMPERSONATE_PRIV,
SE_ENABLE_DELEGATION_PRIV,
SE_SYNC_AGENT_PRIV,
SE_RELABEL_PRIV,
SE_INCREASE_WORKING_SET_PRIV,
SE_TIME_ZONE_PRIV,
SE_CREATE_SYMBOLIC_LINK_PRIV,
SE_NUM_PRIVS
};