Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-11-01 12:00:14 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-11-01 12:00:14 +0300
commitb904c35100d89d7cdac83257ca7a5ca3f708201f (patch)
treec4c28030ba41119114d46752e16d36ae7110a446 /winsup/cygwin/security.cc
parent87abdb3df9ded7d192133212c1b40c2fb20efc93 (diff)
* security.h (cygpriv_idx): Add privileges new in Vista.
* security.cc (sys_privs): Ditto. * sec_helper.cc (cygpriv): Ditto. Fix comment.
Diffstat (limited to 'winsup/cygwin/security.cc')
-rw-r--r--winsup/cygwin/security.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/security.cc b/winsup/cygwin/security.cc
index 0a4f55761..f3a9f87a3 100644
--- a/winsup/cygwin/security.cc
+++ b/winsup/cygwin/security.cc
@@ -614,7 +614,10 @@ static const cygpriv_idx sys_privs[] = {
SE_UNDOCK_PRIV,
SE_MANAGE_VOLUME_PRIV,
SE_IMPERSONATE_PRIV,
- SE_CREATE_GLOBAL_PRIV
+ SE_CREATE_GLOBAL_PRIV,
+ SE_INCREASE_WORKING_SET_PRIV,
+ SE_TIME_ZONE_PRIV,
+ SE_CREATE_SYMBOLIC_LINK_PRIV
};
#define SYSTEM_PRIVILEGES_COUNT (sizeof sys_privs / sizeof *sys_privs)