From 8e21c2ba471ddd85eb3a7306597740faa40218cc93557990fc1fac254dbed1e4 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Mon, 17 Nov 2025 20:05:21 +0100 Subject: [PATCH] Remove unused systemd unit file hardening options, bump version to 0.1.3 Signed-off-by: Till Wegmueller --- crates/orchestrator/Cargo.toml | 2 +- crates/orchestrator/packaging/solstice-orchestrator.service | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/crates/orchestrator/Cargo.toml b/crates/orchestrator/Cargo.toml index 36aa04d..7a71cd6 100644 --- a/crates/orchestrator/Cargo.toml +++ b/crates/orchestrator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchestrator" -version = "0.1.2" +version = "0.1.3" edition = "2024" build = "build.rs" diff --git a/crates/orchestrator/packaging/solstice-orchestrator.service b/crates/orchestrator/packaging/solstice-orchestrator.service index a6614a7..1ce42a6 100644 --- a/crates/orchestrator/packaging/solstice-orchestrator.service +++ b/crates/orchestrator/packaging/solstice-orchestrator.service @@ -12,11 +12,6 @@ Restart=on-failure RestartSec=3s User=solstice Group=solstice -AmbientCapabilities= -NoNewPrivileges=yes -ProtectSystem=full -ProtectHome=true -PrivateTmp=true RuntimeDirectory=solstice [Install]