protect-links.conf 372 B

12345678910
  1. ###################################################################
  2. # Protected links
  3. #
  4. # Protects against creating or following links under certain conditions
  5. # Debian kernels have both set to 1 (restricted)
  6. # See https://www.kernel.org/doc/Documentation/sysctl/fs.txt
  7. fs.protected_fifos = 1
  8. fs.protected_hardlinks = 1
  9. fs.protected_regular = 2
  10. fs.protected_symlinks = 1