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