Status: Untriaged Owner: ---- CC: [email protected] Labels: Type-Bug Pri-2 OS-Win7 Area-BrowserBackend Size-Medium
New issue 10576 by [email protected]: Chrome doesn't work with Win7 & AppLocker http://code.google.com/p/chromium/issues/detail?id=10576 On Windows 7, 1. Enable AppID 2. Create default Exe rules and also create a path rule to allow everything under "%osdrive%\users\<user>\appdata\local\google\*" 3. Launch Chrome Not able to browse any site! Event viewer logged one allow event and one deny event for chrome.exe If you see the event viewer you will find two events: one where chrome is allowed and the other where chrome is denied. For the first instance, the matching rule is the path rule that you created for AppData, but the second instance is denied by the default deny rule. This is probably because Chrome's renderer process is created with CreateProcessAsUserW and matches the "deny" flags being set. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
