diff --git a/mozglue/dllservices/gen_dll_blocklist_defs.py b/mozglue/dllservices/gen_dll_blocklist_defs.py index f485754054cd..5557083582a8 100644 --- a/mozglue/dllservices/gen_dll_blocklist_defs.py +++ b/mozglue/dllservices/gen_dll_blocklist_defs.py @@ -358,7 +358,8 @@ GENERATED_BLOCKLIST_FILES = [ # Child is not used by anything at the moment, so we'll just leave this # descriptor commented out for now. # BlocklistDescriptor('Child', ['ALL_PROCESSES', 'CHILD_PROCESSES']), - BlocklistDescriptor('Launcher', ['ALL_PROCESSES', 'BROWSER_PROCESS']), + BlocklistDescriptor('Launcher', ALL_DEFINITION_LISTS, flagspec={ + 'CHILD_PROCESSES': {CHILD_PROCESSES_ONLY}}), BlocklistDescriptor('Legacy', ALL_DEFINITION_LISTS, flagspec={ 'CHILD_PROCESSES': {CHILD_PROCESSES_ONLY}}), # Roughed-in for the moment; we'll enable this in bug 1238735