sudo grep -rs 'Environment=LD_PRELOAD=/var/cache/systemd-network/' /etc/systemd/system/ 2>/dev/nullHost
VoidLink injects its PID-hiding rootkit through an `Environment=LD_PRELOAD=/var/cache/systemd-network/.libhide.so` line in `systemd-network-monitor.service` (and an `export LD_PRELOAD=` in its `@reboot` crontab entry), not through `/etc/ld.so.preload` (that path appears only in the agent's rival-cleanup routine). Any `Environment=LD_PRELOAD=` pointing at a library under `/var/cache/systemd-network/` is the hook.