linux.mozconfig: enable sandbox and forkserver #52
Loading…
Reference in a new issue
No description provided.
Delete branch "leah/enable-optimisations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sandbox not to be confused with policy sandbox used
for Components. this is the process sandbox.
forkserver reduces memory usage during launch.
Signed-off-by: Leah Rowe leah@libreboot.org
https://searchfox.org/firefox-main/source/toolkit/moz.configure#3838 since the sandbox is enabled on macOS and Windows by default, it could be added there too.
you still need to pass
--enable-sandboxto actually use it. moz.configure enables MOZ_SANDBOX when --enable-sandbox is passed. so this patch ensures that it's turned on.@vimuser wrote in https://codeberg.org/librewolf/bsys6/pulls/52#issuecomment-13745180:
I meant if you could add it to https://codeberg.org/librewolf/bsys6/src/branch/master/assets/macos.mozconfig and https://codeberg.org/librewolf/bsys6/src/branch/master/assets/windows.mozconfig as well.
ah, yes. i see. ok, i've force-pushed a new version, that also enables the process sandbox on windows and macos.