You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
###################################################################
|
|
# 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
|