summaryrefslogtreecommitdiffstats
path: root/debian/99-protect-links.conf
blob: c86d78c028123054ab07ecc08acda6085abd1e17 (plain)
1
2
3
4
5
6
7
8
9
10
###################################################################
# 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_fifos = 1
fs.protected_hardlinks = 1
fs.protected_regular = 2
fs.protected_symlinks = 1