silence checksec warnings in 140.00beta01 - checksec checks source compiled binaries for security flags. This update silences incorrect warnings as sysctl does exist i.e. checksec --format=json --file=/usr/local/sbin/php-fpm --extended --debug | jq -r WARNING: 'sysctl' not found! It's required for most checks. WARNING: Not all necessary commands found. Some tests might not work! { "/usr/local/sbin/php-fpm": { "relro": "full", "canary": "yes", "nx": "yes", "pie": "yes", "clangcfi": "no", "safestack": "no", "rpath": "no", "runpath": "yes", "symbols": "no", "fortify_source": "yes", "fortified": "15", "fortify-able": "33" } } Continue reading... 140.00beta01 branch Branch: https://github.com/centminmod/centminmod/tree/140.00beta01 Commit History: https://github.com/centminmod/centminmod/commits/140.00beta01