diff options
author | mux <mux@FreeBSD.org> | 2004-02-20 21:38:23 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2004-02-20 21:38:23 +0000 |
commit | 14d69ee306ee598fcc5a557c82fae4d4dc2a7ae4 (patch) | |
tree | f9638f978314bbaa0be255deaccd420a3457d9c1 /sbin | |
parent | f06e4c4e4a4d2a2eea83e5c441426c80e9f0fd07 (diff) | |
download | FreeBSD-src-14d69ee306ee598fcc5a557c82fae4d4dc2a7ae4.zip FreeBSD-src-14d69ee306ee598fcc5a557c82fae4d4dc2a7ae4.tar.gz |
Mention that securelevel 1 also blocks access to /dev/io if it
exists (not all platforms have it).
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 1ee8dda..09f2cd1 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -107,9 +107,10 @@ Secure mode \- the system immutable and system append-only flags may not be turned off; disks for mounted file systems, .Pa /dev/mem , -and .Pa /dev/kmem -may not be opened for writing; +and +.Pa /dev/io +(if your platform has it) may not be opened for writing; kernel modules (see .Xr kld 4 ) may not be loaded or unloaded. |