epiphany: sandbox with bunpen

This commit is contained in:
2024-09-06 05:23:00 +00:00
parent 1ed27c166e
commit 8c802ddc1a

View File

@@ -8,7 +8,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
sane.programs.epiphany = { sane.programs.epiphany = {
sandbox.method = "bwrap"; sandbox.method = "bunpen";
sandbox.wrapperType = "inplace"; # /share/epiphany/default-bookmarks.rdf refers back to /share; dbus files to /libexec sandbox.wrapperType = "inplace"; # /share/epiphany/default-bookmarks.rdf refers back to /share; dbus files to /libexec
sandbox.net = "clearnet"; sandbox.net = "clearnet";
sandbox.whitelistAudio = true; sandbox.whitelistAudio = true;