50-default.conf revision e6c253e363dee77ef7e5c5f44c4ca55cded3fd47
6216N/A# This file is part of systemd.
6216N/A#
6216N/A# systemd is free software; you can redistribute it and/or modify it
6216N/A# under the terms of the GNU Lesser General Public License as published by
6216N/A# the Free Software Foundation; either version 2.1 of the License, or
6216N/A# (at your option) any later version.
6216N/A
6216N/A# See sysctl.d(5) and core(5) for for details.
6216N/A
6216N/A# System Request functionality of the kernel (SYNC)
6216N/Akernel.sysrq = 16
6216N/A
6216N/A# Append the PID to the core filename
6216N/Akernel.core_uses_pid = 1
6216N/A
6216N/A# Source route verification
6216N/Anet.ipv4.conf.default.rp_filter = 1
6216N/Anet.ipv4.conf.all.rp_filter = 1
6216N/A
6216N/A# Do not accept source routing
6216N/Anet.ipv4.conf.default.accept_source_route = 0
6216N/Anet.ipv4.conf.all.accept_source_route = 0
6216N/A
6216N/A# Promote secondary addresses when the primary address is removed
6216N/Anet.ipv4.conf.default.promote_secondaries = 1
6216N/Anet.ipv4.conf.all.promote_secondaries = 1
6216N/A
6216N/A# Fair Queue CoDel packet scheduler to fight bufferbloat
6216N/Anet.core.default_qdisc = fq_codel
6216N/A
6216N/A# Enable hard and soft link protection
6216N/Afs.protected_hardlinks = 1
6216N/Afs.protected_symlinks = 1
6216N/A