diff options
Diffstat (limited to 'share/man/man7/securelevel.7')
-rw-r--r-- | share/man/man7/securelevel.7 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man7/securelevel.7 b/share/man/man7/securelevel.7 index b54eee79d7c..b935ebb55a6 100644 --- a/share/man/man7/securelevel.7 +++ b/share/man/man7/securelevel.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: securelevel.7,v 1.21 2007/06/01 16:56:26 jmc Exp $ +.\" $OpenBSD: securelevel.7,v 1.22 2009/05/09 13:45:28 sthen Exp $ .\" .\" Copyright (c) 2000 Hugh Graham .\" @@ -23,7 +23,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 1 2007 $ +.Dd $Mdocdate: May 9 2009 $ .Dt SECURELEVEL 7 .Os .Sh NAME @@ -53,7 +53,8 @@ used during bootstrapping and while the system is single-user .It all devices may be read or written subject to their permissions .It -system file flags may be cleared +system file flags may be cleared with +.Xr chflags 2 .El .It \ 1 Em Secure mode .Bl -hyphen -compact @@ -99,6 +100,9 @@ the .Va machdep.allowaperture .Xr sysctl 8 variable may not be raised +.It +.Xr gpioctl 8 +may only access GPIO pins configured at system startup .El .It \ 2 Em Highly secure mode .Bl -hyphen -compact @@ -165,9 +169,6 @@ utility. commands that run before the security level changes .El .Sh SEE ALSO -.Xr chflags 2 , -.Xr settimeofday 2 , -.Xr mem 4 , .Xr options 4 , .Xr init 8 , .Xr rc 8 , |