mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* fix: Extra fping checks in validation Don't check suid or getcap if we can execute fping (as librenms or webserver user) * Warn about suid in webui * Update Programs.php * Update Programs.php * Use locate_binary() so we match production code (it is also better) Don't cripple capabilities check, prefer that over suid.