From d197460a89fc30e3f232d4fec2ed327e6230da5e Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 20 Jun 2026 19:39:45 -0400 Subject: [PATCH] systemd: undo hardening for now (doesn't work with appimage appherder) --- cmd/appherder/systemd/appherder-sync.service | 6 ------ cmd/appherder/systemd/appherder-upgrade.service | 6 ------ 2 files changed, 12 deletions(-) diff --git a/cmd/appherder/systemd/appherder-sync.service b/cmd/appherder/systemd/appherder-sync.service index 57631bb..a3e4bf3 100644 --- a/cmd/appherder/systemd/appherder-sync.service +++ b/cmd/appherder/systemd/appherder-sync.service @@ -4,9 +4,3 @@ Description=Reconcile AppImages with installed applications [Service] Type=oneshot ExecStart={{BIN}} sync -PrivateTmp=true -ProtectSystem=strict -RestrictSUIDSGID=true -LockPersonality=true -SystemCallArchitectures=native -ReadWritePaths={{READ_WRITE_PATHS}} diff --git a/cmd/appherder/systemd/appherder-upgrade.service b/cmd/appherder/systemd/appherder-upgrade.service index cf4b07d..fdc9e24 100644 --- a/cmd/appherder/systemd/appherder-upgrade.service +++ b/cmd/appherder/systemd/appherder-upgrade.service @@ -4,9 +4,3 @@ Description=Download and install available AppImage updates [Service] Type=oneshot ExecStart={{BIN}} upgrade -PrivateTmp=true -ProtectSystem=strict -RestrictSUIDSGID=true -LockPersonality=true -SystemCallArchitectures=native -ReadWritePaths={{READ_WRITE_PATHS}} -- 2.51.2