History log of /openbsd-src/etc/examples/sysctl.conf (Results 1 – 7 of 7)
Revision Date Author Comments
# 52e728d0 04-Dec-2024 sthen <sthen@openbsd.org>

use kmem(4) instead of "all memory" which has more information about
what exactly is allowed, and specifically refers to allowkmem (and that
it permits both /dev/mem and /dev/kmem). discussed with de

use kmem(4) instead of "all memory" which has more information about
what exactly is allowed, and specifically refers to allowkmem (and that
it permits both /dev/mem and /dev/kmem). discussed with deraadt

show more ...


# 9b8b48b5 04-Dec-2024 sthen <sthen@openbsd.org>

Mention kern.allowdt and kern.allowkmem in examples/sysctl.conf.
From espie, ok claudio mpi


# 356fa7d8 18-Sep-2019 solene <solene@openbsd.org>

Correct sysctl section is 2

ok jmc millert


# a63773d5 03-Apr-2015 millert <millert@openbsd.org>

Add ddb.log example; OK halex@


# fb92997a 27-Aug-2014 florian <florian@openbsd.org>

Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces
with autoconf enabled.
If one is doing SLAAC one does already trust link local icmp6 so the
policy for icmp6 redirects should be the

Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces
with autoconf enabled.
If one is doing SLAAC one does already trust link local icmp6 so the
policy for icmp6 redirects should be the same.
pointed out by & OK bluhm@; OK henning@

show more ...


# f44ef4d7 20-Aug-2014 mikeb <mikeb@openbsd.org>

Remove userland bits related to the crypto(4) interface; ok deraadt


# 13b617d2 15-Jul-2014 deraadt <deraadt@openbsd.org>

sysctl.conf moves to etc/examples