procps: added some recommended notes to sysctl.conf. See FS#1820

This commit is contained in:
Fredrik Rinnestam 2020-10-31 12:42:28 +01:00
parent 2fe40225a2
commit 34ff1c7329

View File

@ -1,5 +1,13 @@
#
# /etc/sysctl.conf: configuration for system variables, see sysctl.conf(5)
# https://www.kernel.org/doc/html/latest/admin-guide/sysctl/fs.html
#
# recommended settings
#
#fs.protected_regular = 2
#fs.protected_fifos = 2
#fs.protected_hardlinks = 1
#fs.protected_symlinks = 1
# End of file