]> git.ipfire.org Git - thirdparty/systemd.git/blame - sysctl.d/50-default.conf
TODO: update
[thirdparty/systemd.git] / sysctl.d / 50-default.conf
CommitLineData
8f27a221
KS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8# See sysctl.d(5) and core(5) for for details.
9
10# Append the PID to the core filename
11kernel.core_uses_pid = 1
12
13# Source route verification
14net.ipv4.conf.default.rp_filter = 1
15
16# Do not accept source routing
17net.ipv4.conf.default.accept_source_route = 0
18
19# Enable hard and soft link protection
20fs.protected_hardlinks = 1
21fs.protected_symlinks = 1