To set the runtime status of the fs.suid_dumpable
kernel parameter, run the following command: $ sudo sysctl -w fs.suid_dumpable=0
To make sure that the setting is persistent, add the following line to a file in the directory /etc/sysctl.d
: fs.suid_dumpable = 0