From 2b4e6a3a5004571bc465c99f69c19377724c835a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 3 Sep 2025 13:02:14 +0100 Subject: [PATCH] podman: remove restrictions from prune service --- cookbooks/podman/recipes/default.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cookbooks/podman/recipes/default.rb b/cookbooks/podman/recipes/default.rb index f41a4e95a..732ecc3ad 100644 --- a/cookbooks/podman/recipes/default.rb +++ b/cookbooks/podman/recipes/default.rb @@ -57,10 +57,6 @@ end systemd_service "podman-system-prune" do description "Cleanup up unused podman images and containers" exec_start "/usr/bin/podman system prune --all --force" - sandbox :enable_network => true - memory_deny_write_execute false - restrict_address_families "AF_UNIX" - read_write_paths "/var/lib/containers" end systemd_timer "podman-system-prune" do -- 2.39.5