diff options
author | 2004-01-08 11:01:17 +0000 | |
---|---|---|
committer | 2004-01-08 11:01:17 +0000 | |
commit | b605a4ce4ff9e24aeca7deb1134ab5e44daa8b57 (patch) | |
tree | dddc96ab4c34abf5261c0639b4f9985428d22e25 /lib/libc | |
parent | document that sysctls fs.posix.setuid and net.inet.ip.sourceroute may not (diff) | |
download | wireguard-openbsd-b605a4ce4ff9e24aeca7deb1134ab5e44daa8b57.tar.xz wireguard-openbsd-b605a4ce4ff9e24aeca7deb1134ab5e44daa8b57.zip |
in the description of ip.sourceroute, point people to securelevel(7), as
for other sysctls affected by securelevel;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index a18994338bd..4761c1e645c 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.122 2004/01/08 05:56:14 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.123 2004/01/08 11:01:17 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1288,8 +1288,9 @@ and should normally be enabled on all systems. .It Li ip.sourceroute Returns 1 when forwarding of source-routed packets is enabled for the host. -This value may only be changed if the kernel security -level is less than 1. +As detailed in +.Xr securelevel 7 , +this variable may not be changed if the securelevel is \*(Gt 0. .It Li ip.ttl The maximum time-to-live (hop count) value for an .Tn IP |