mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1337331 Part 5: Re-apply - Add KEY_WOW64_64Key and KEY_WOW64_32KEY to the Chromium sandbox allowed registry read flags. r=aklotz
Carrying r=aklotz from previous changset: https://hg.mozilla.org/mozilla-central/rev/d24db55deb85
This commit is contained in:
parent
d3f4202804
commit
b2f5aa5c23
@ -20,7 +20,8 @@ namespace {
|
||||
|
||||
static const uint32_t kAllowedRegFlags =
|
||||
KEY_QUERY_VALUE | KEY_ENUMERATE_SUB_KEYS | KEY_NOTIFY | KEY_READ |
|
||||
GENERIC_READ | GENERIC_EXECUTE | READ_CONTROL;
|
||||
GENERIC_READ | GENERIC_EXECUTE | READ_CONTROL | KEY_WOW64_64KEY |
|
||||
KEY_WOW64_32KEY;
|
||||
|
||||
// Opens the key referenced by |obj_attributes| with |access| and
|
||||
// checks what permission was given. Remove the WRITE flags and update
|
||||
|
Loading…
Reference in New Issue
Block a user