diff --git a/patches/advapi32-Token_Integrity_Level/definition b/patches/advapi32-Token_Integrity_Level/definition index 79852761..26358d61 100644 --- a/patches/advapi32-Token_Integrity_Level/definition +++ b/patches/advapi32-Token_Integrity_Level/definition @@ -1,4 +1,5 @@ Fixes: [40613] Basic implementation for token integrity levels and UAC handling +Fixes: [39262] Run explorer.exe as unevaluated process Depends: advapi32-CreateRestrictedToken Depends: advapi32-GetExplicitEntriesFromAclW Depends: kernel32-COMSPEC diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 09252d01..ecf2b00d 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -3300,6 +3300,7 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#40613] Basic implementation for token integrity levels and UAC handling +# | * [#39262] Run explorer.exe as unevaluated process # | # | Modified files: # | * configure.ac, dlls/advapi32/security.c, dlls/advapi32/tests/Makefile.in, dlls/advapi32/tests/security.c,