This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lsts_glued/systems/lctr-a72xx/fs/etc/sysctl.d/10-link-restrictions.conf

6 lines
257 B
Plaintext
Raw Normal View History

2020-09-16 16:11:26 +01:00
# These settings eliminate an entire class of security vulnerability:
# time-of-check-time-of-use cross-privilege attacks using guessable
# filenames (generally seen as "/tmp file race" vulnerabilities).
fs.protected_hardlinks = 1
fs.protected_symlinks = 1