Cygwin: re-enable create_token for older systems
Under WOW64 on 64 bit Windows 7, MsV1_0S4ULogon appears to be unimplemented, probably under Vista as well. Re-enable create_token method, to allow basic seteuid on W7 WOW64 and Vista as well. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -18,3 +18,7 @@ Bug Fixes
|
||||
- Fix an accidentally introduced O_TEXT handling of pipes inherited
|
||||
from native Windows processes.
|
||||
Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00246.html
|
||||
|
||||
- Re-enable creating user token from scratch in seteuid to allow
|
||||
user context switch on old systems not supporting MsV1_0S4ULogon.
|
||||
Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00277.html
|
||||
|
Reference in New Issue
Block a user