dbus: allow manifests under /tmp

The systemd unit used PrivateTmp, which makes /tmp paths invisible
inside the service.

Disable PrivateTmp so BuildEnvironment can read manifests from /tmp.
This commit is contained in:
Marco Allegretti 2026-02-24 11:47:13 +01:00
parent 9abbf426bf
commit 5ac58ba575

View file

@ -15,7 +15,7 @@ RestartSec=2
ProtectSystem=strict
ProtectHome=read-only
ReadWritePaths=%h/.local/share/karapace
PrivateTmp=true
PrivateTmp=false
NoNewPrivileges=true
[Install]