+ # For the system bus, we assume it to be at a fixed location and provide it to the sandbox at that same location.
+ # For the session bus, we tell the proxy to talk to DBUS_SESSION_BUS_ADDRESS on the host, but we always put it
+ # at `$XDG_RUNTIME_DIR/bus` in the sandbox.
+ session_bus = XDG_RUNTIME_DIR + "/bus" # how the sandbox will see the bus
+ system_bus = "/run/dbus/system_bus_socket"
+ session_bus_proxy = BUBBLEBOX_DIR + "/bus-" + randname()
+ system_bus_proxy = BUBBLEBOX_DIR + "/bus-system-" + randname()