dconf: sandbox out-of-place

This commit is contained in:
2024-08-16 02:45:18 +00:00
parent 05bc5923cf
commit 08d6f9c761

View File

@@ -26,7 +26,6 @@ in
packageUnwrapped = pkgs.rmDbusServicesInPlace pkgs.dconf; packageUnwrapped = pkgs.rmDbusServicesInPlace pkgs.dconf;
sandbox.method = "bwrap"; sandbox.method = "bwrap";
sandbox.wrapperType = "inplace"; #< dbus/systemd services live in `.out` but point to `.lib` data.
sandbox.whitelistDbus = [ "user" ]; sandbox.whitelistDbus = [ "user" ];
persist.byStore.private = [ persist.byStore.private = [
".config/dconf" ".config/dconf"