xdg-desktop-portal-wlr: sandbox with bunpen

This commit is contained in:
2024-09-21 22:05:05 +00:00
parent fc79093245
commit b7576029bf

View File

@@ -7,7 +7,7 @@ in
# rmDbusServices: because we care about ordering with the rest of the desktop, and don't want something else to auto-start this.
packageUnwrapped = pkgs.rmDbusServicesInPlace pkgs.xdg-desktop-portal-wlr;
sandbox.method = "bwrap"; # TODO:sandbox: untested
sandbox.method = "bunpen";
sandbox.whitelistAudio = true;
sandbox.whitelistDbus = [ "user" ]; # speak to main xdg-desktop-portal
sandbox.whitelistDri = true;