diff options
author | 2005-04-19 07:28:34 +0000 | |
---|---|---|
committer | 2005-04-19 07:28:34 +0000 | |
commit | 3ece64353c856d0537dee3860c17a84d4b2ab7a5 (patch) | |
tree | 9c5da3c8b92726208f69869284c5a6b147f2cb00 | |
parent | Use snprintf, not sprintf for floating point conversion. While the actual (diff) | |
download | wireguard-openbsd-3ece64353c856d0537dee3860c17a84d4b2ab7a5.tar.xz wireguard-openbsd-3ece64353c856d0537dee3860c17a84d4b2ab7a5.zip |
- some sysctls may not be lowered either
- document machdep.kbdreset
diff from fgsch@
ok deraadt@
-rw-r--r-- | share/man/man7/securelevel.7 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man7/securelevel.7 b/share/man/man7/securelevel.7 index a560151d1c9..af1e3ca2bd4 100644 --- a/share/man/man7/securelevel.7 +++ b/share/man/man7/securelevel.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: securelevel.7,v 1.15 2004/01/08 10:56:07 jmc Exp $ +.\" $OpenBSD: securelevel.7,v 1.16 2005/04/19 07:28:34 jmc Exp $ .\" .\" Copyright (c) 2000 Hugh Graham .\" @@ -76,12 +76,17 @@ kernel modules may not be loaded or unloaded the .Va fs.posix.setuid .Xr sysctl 8 -variable may not be raised +variable may not be changed .It the .Va net.inet.ip.sourceroute .Xr sysctl 8 -variable may not be raised +variable may not be changed +.It +the +.Va machdep.kbdreset +.Xr sysctl 8 +variable may not be changed .El .It \ 2 Em Highly secure mode .Bl -hyphen -compact |