diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 13:30:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 13:30:52 +0000 |
commit | 71979603caa755f2ba10529ed42cd4a4518be699 (patch) | |
tree | 8f1864290d1bf7ef12dccf202735a533f2e1cf1b /lib/libc | |
parent | f179870dc6003368173326c0a1fc297ce5bf1224 (diff) |
securelevels affect sysctl -w too
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 8a2e84df714..e16417eef24 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.5 1997/05/30 07:48:26 deraadt Exp $ +.\" $OpenBSD: sysctl.3,v 1.6 1997/06/13 13:30:51 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -635,6 +635,9 @@ array specifies a value that is unknown. An attempt is made to set a read-only value. .It Bq Er EPERM A process without appropriate privilege attempts to set a value. +.It Bq Er EPERM +An attempt to change a value protected by the current kernel security +level is made. .El .Sh FILES .Bl -tag -width <netinet/icmpXvar.h> -compact |