void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

sysctl.conf (460B)


      1# These are hardening options that users should typically not be altering.
      2# User-alterable options are in 10-void-user.conf.
      3
      4# Append the PID to the core filename
      5kernel.core_uses_pid = 1
      6
      7# Enable hard and soft link protection
      8fs.protected_hardlinks=1
      9fs.protected_symlinks=1
     10
     11# Try to keep kernel address exposures out of various /proc files (kallsyms, modules, etc).
     12kernel.kptr_restrict=1
     13
     14# Block non-uid-0 kernel profiling
     15kernel.perf_event_paranoid=2