diff options
author | Christopher Faylor <me@cgf.cx> | 2009-05-27 02:30:42 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-05-27 02:30:42 +0000 |
commit | 1ccd407d79af9752464339db329bbe2370551e6a (patch) | |
tree | ea2ab02959bc6c89e7632193266f6e264c4e4d18 /winsup/doc/ntsec.sgml | |
parent | c1f6cd8a758120d9c5fb52adf5afd1dc76c34f9a (diff) | |
download | cygnal-1ccd407d79af9752464339db329bbe2370551e6a.tar.gz cygnal-1ccd407d79af9752464339db329bbe2370551e6a.tar.bz2 cygnal-1ccd407d79af9752464339db329bbe2370551e6a.zip |
Change explicitely to explicitly throughout.
Diffstat (limited to 'winsup/doc/ntsec.sgml')
-rw-r--r-- | winsup/doc/ntsec.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/ntsec.sgml b/winsup/doc/ntsec.sgml index 6f8ebee0d..89006e335 100644 --- a/winsup/doc/ntsec.sgml +++ b/winsup/doc/ntsec.sgml @@ -641,7 +641,7 @@ Unfortunately that's too simple. Using <command>NtCreateToken</command> has a few drawbacks.</para> <para>First of all, beginning with Windows Server 2003, -the permission "Create a token object" gets explicitely removed from +the permission "Create a token object" gets explicitly removed from the SYSTEM user's access token, when starting services under that account. That requires us to create a new account with this specific permission just to run this kind of services. But that's a minor |