https://bugs.winehq.org/show_bug.cgi?id=39237
Bug ID: 39237 Summary: urlmon:sec_mgr fails if privileges not high enough Product: Wine Version: unspecified Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: urlmon Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The following failures only happen on the fg-winxp-lusr box which is a Limited user account running on Windows XP configuration:
sec_mgr.c:774: Test failed: RegCreateKey failed: 5 sec_mgr.c:777: Test failed: RegSetValueEx failed: 6 sec_mgr.c:919: testing zone domain mappings... sec_mgr.c:931: Test failed: Expected URLZONE_CUSTOM, but got 3
The error code (ERROR_ACCESS_DENIED) corresponds to a registry permission error.
The tests regression was introduced by the following commit:
commit b9308fa06f4bcce4c340e6d9199c52c6b5ad9130 Author: Thomas Mullaly tmullaly@codeweavers.com Date: Fri Mar 11 00:55:31 2011 -0500
urlmon/tests: Added zone domain mapping tests.
See: https://test.winehq.org/data/tests/urlmon:sec_mgr.html