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