tor-browser: disable dbus ownership (speculatively)
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
});
|
||||
sandbox.net = "clearnet"; # tor over VPN wouldn't make sense
|
||||
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 = [
|
||||
"FileChooser"
|
||||
"OpenURI"
|
||||
# "OpenURI"
|
||||
];
|
||||
sandbox.whitelistWayland = true;
|
||||
# sandbox.mesaCacheDir = ".cache/tor-browser/mesa"; # don't persist mesa dir (privacy)
|
||||
|
Reference in New Issue
Block a user