tor-browser: disable dbus ownership (speculatively)

This commit is contained in:
2025-08-08 04:57:52 +00:00
parent 87f30b8fef
commit 3b7d6d34c4

View File

@@ -17,10 +17,10 @@
}); });
sandbox.net = "clearnet"; # tor over VPN wouldn't make sense sandbox.net = "clearnet"; # tor over VPN wouldn't make sense
sandbox.whitelistAudio = true; sandbox.whitelistAudio = true;
sandbox.whitelistDbus.user.own = [ "org.mozilla.firefox.*" ]; # so that `tor-browser http://...` can open using an existing instance # sandbox.whitelistDbus.user.own = [ "org.mozilla.firefox.*" ]; # so that `tor-browser http://...` can open using an existing instance
sandbox.whitelistPortal = [ sandbox.whitelistPortal = [
"FileChooser" "FileChooser"
"OpenURI" # "OpenURI"
]; ];
sandbox.whitelistWayland = true; sandbox.whitelistWayland = true;
# sandbox.mesaCacheDir = ".cache/tor-browser/mesa"; # don't persist mesa dir (privacy) # sandbox.mesaCacheDir = ".cache/tor-browser/mesa"; # don't persist mesa dir (privacy)