Discover Centmin Mod today
Register Now

Beta Branch silence checksec warnings in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Nov 23, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    58,908
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:12 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    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