Initial commit
This commit is contained in:
8
sysctl.d/protect-links.conf
Normal file
8
sysctl.d/protect-links.conf
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user