https://bugs.winehq.org/show_bug.cgi?id=39428
Bug ID: 39428 Summary: Failing owner SID test in advapi32:security Product: Wine Version: 1.7.52 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The following test fails on many Windows 7+ machines:
security.c:3738: Test failed: MACHINE\Software owner SID != Administrators SID.
On Windows 7 it's clearly dependent on having elevated privileges since it succeeds in all of the fg-win7u64 configurations except the one running as administrator without elevated privileges, fg-win7u64-1spie9adm, and the one running in a regular user account, fg-win7u64-1spie9usr.
On Windows 8+ it only succeeds when run with the same bitness as Windows: * On w8, the 32 bit Windows 8.1 TestBot machine, it succeeds. * On w864, the 64 bit Windows 8.1 TestBot machine, it fails in 32 bit, succeeds in 64 bits. * On w1064, the 64 bit Windows 10 TestBot machine, it fails in 32 bit, succeeds in 64 bits. * On cw1-hd6800 and cw2-gtx560 the hardware GPU test machines, it fails in 32 bit, succeeds in 64 bits. * On fg-acer64, my 64 bit Windows 8 laptop, it fails in 32 bit, succeeds in 64 bits.
https://bugs.winehq.org/show_bug.cgi?id=39428
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |39213
https://bugs.winehq.org/show_bug.cgi?id=39428
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase URL| |https://test.winehq.org/dat | |a/tests/advapi32:security.h | |tml
https://bugs.winehq.org/show_bug.cgi?id=39428
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This got fixed: https://test.winehq.org/data/tests/advapi32:security.html
Probably by: commit 9db9c9ef5a557aca0cde7c78350f52c80b13f575 Author: André Hentschel nerv@dawncrow.de AuthorDate: Wed Jun 22 23:35:33 2016 +0200
advapi32/tests: Allow MACHINE\Software to be owned by local system.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=39428
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.5.
https://bugs.winehq.org/show_bug.cgi?id=39428
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9db9c9ef5a557aca0cde7c78350 | |f52c80b13f575 CC| |focht@gmx.net