2015-04-22 21:20:30 +02:00
|
|
|
# Kernel settings that I prefer to have. ~~ Mikaela
|
|
|
|
|
|
|
|
# Core files appear with filename <binary>-<PID>-<hostname>.core
|
|
|
|
kernel.core_pattern = %e-%p-%h.core
|
|
|
|
|
|
|
|
# When binding to IPv6, only bind to IPv6. Avoids dotted-decimals
|
|
|
|
net.ipv6.bindv6only=1
|
|
|
|
|
2015-06-24 14:12:11 +02:00
|
|
|
## Enable IPv6 privacy extensions and prefer them to the EUI-64 address
|
2015-05-14 18:04:35 +02:00
|
|
|
net.ipv6.conf.default.use_tempaddr=2
|
2015-06-24 14:12:11 +02:00
|
|
|
net.ipv6.conf.all.use_tempaddr=2
|
2015-06-24 15:09:05 +02:00
|
|
|
# In case of systemd-networkd (which won't work with the above):
|
|
|
|
#net.ipv6.conf.eth0.use_tempaddr=2
|
|
|
|
#net.ipv6.conf.wlan0.use_tempaddr=2
|
2016-03-03 15:12:33 +01:00
|
|
|
|
|
|
|
# Enable the Magic SysRq key
|
|
|
|
# https://en.wikipedia.org/wiki/Magic_SysRq_key
|
|
|
|
kernel.sysrq = 1
|