summaryrefslogtreecommitdiff
path: root/procps/sysctl.conf
blob: f7483552a5e1dad295aa08327df07b55bd661c60 (plain)
    1 #
    2 # /etc/sysctl.conf: configuration for system variables, see sysctl.conf(5)
    3 # https://www.kernel.org/doc/html/latest/admin-guide/sysctl/fs.html
    4 #
    5 
    6 # recommended settings
    7 #
    8 #fs.protected_regular = 2
    9 #fs.protected_fifos = 2
   10 #fs.protected_hardlinks = 1
   11 #fs.protected_symlinks = 1
   12 
   13 # End of file

Generated by cgit