File: protect-links.conf

package info (click to toggle)
procps 2%3A3.3.15-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,888 kB
  • sloc: ansic: 22,696; sh: 5,035; makefile: 527; exp: 384; sed: 16
file content (8 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
###################################################################
# Protected links
#
# Protects against creating or following links under certain conditions
# Debian kernels have both set to 1 (restricted) 
# See https://www.kernel.org/doc/Documentation/sysctl/fs.txt
fs.protected_hardlinks = 1
fs.protected_symlinks = 1