mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
5a6871813f
The installer's unit hardens with NoNewPrivileges=true, which strips the ping binary's setuid/file capabilities, so ICMP availability probes could never work on a systemd install. Grant the capability ambiently instead, document the systemctl edit override for existing units, and pin the hardening block with an install test and contract clause. Addresses #1554 (discussion)