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/sec_helper.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/sec_helper.cc')
-rw-r--r--winsup/cygwin/sec_helper.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygwin/sec_helper.cc b/winsup/cygwin/sec_helper.cc
index 8941330aa..4bcca81a5 100644
--- a/winsup/cygwin/sec_helper.cc
+++ b/winsup/cygwin/sec_helper.cc
@@ -344,7 +344,7 @@ got_it:
#undef DOMLEN
#endif //unused
-/* Order must be same as cygperm_idx in winsup.h. */
+/* Order must be same as cygpriv_idx in security.h. */
static const char *cygpriv[] =
{
SE_CREATE_TOKEN_NAME,
@@ -376,7 +376,11 @@ static const char *cygpriv[] =
SE_MANAGE_VOLUME_NAME,
SE_IMPERSONATE_NAME,
SE_ENABLE_DELEGATION_NAME,
- SE_SYNC_AGENT_NAME
+ SE_SYNC_AGENT_NAME,
+ SE_RELABEL_NAME,
+ SE_INCREASE_WORKING_SET_NAME,
+ SE_TIME_ZONE_NAME,
+ SE_CREATE_SYMBOLIC_LINK_NAME
};
const LUID *