Bug 1347710 - Change sandbox.gpu to a static pref r=handyman

Differential Revision: https://phabricator.services.mozilla.com/D160277
This commit is contained in:
Chris Martin 2022-10-26 19:23:12 +00:00
parent 4675383029
commit 557d18c8a7
2 changed files with 10 additions and 7 deletions

View file

@ -1247,13 +1247,6 @@ pref("browser.bookmarks.editDialog.delayedApply.enabled", false);
// See - security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp
// SetSecurityLevelForContentProcess() for what the different settings mean.
pref("security.sandbox.content.level", 6);
// This controls the strength of the Windows GPU process sandbox. Changes
// will require restart.
// For information on what the level number means, see
// SetSecurityLevelForGPUProcess() in
// security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp
pref("security.sandbox.gpu.level", 0);
#endif
#if defined(XP_MACOSX) && defined(MOZ_SANDBOX)

View file

@ -12704,6 +12704,16 @@
mirror: always
do_not_use_directly: true # Consumers should use SandboxSettings to ask.
# This controls the strength of the Windows GPU process sandbox. Changes
# will require restart.
# For information on what the level number means, see
# SetSecurityLevelForGPUProcess() in
# security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp
- name: security.sandbox.gpu.level
type: int32_t
value: 0
mirror: always
# Enrollment preferences for the win32k experiment, set and managed by Normandy
- name: security.sandbox.content.win32k-experiment.enrollmentStatus
type: uint32_t