mirror of
https://github.com/marcoallegretti/karapace.git
synced 2026-03-26 21:43:09 +00:00
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:
parent
9abbf426bf
commit
5ac58ba575
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RestartSec=2
|
||||||
ProtectSystem=strict
|
ProtectSystem=strict
|
||||||
ProtectHome=read-only
|
ProtectHome=read-only
|
||||||
ReadWritePaths=%h/.local/share/karapace
|
ReadWritePaths=%h/.local/share/karapace
|
||||||
PrivateTmp=true
|
PrivateTmp=false
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue