In Debian testing the initrd triggers the warning. [ 34.529809] process '/usr/bin/fstype' started with executable stack
$ checksec --format=json --extended
--file=/var/tmp/mkinitramfs_eTyMPQ/bin/fstype | jq
{
"file": {
"relro": "no",
"canary": "no",
"nx": "no",
"pie": "no",
"clangcfi": "no",
"safestack": "no",
"rpath": "no",
"runpath": "no",
"symbols": "no",
"fortify_source": "no",
"fortified": "0",
"fortify-able": "0"
}
}
regards,
dan carpenter

