Note that the ability to change certain flags depends on the current securelevel.

This commit is contained in:
jschauma 2023-05-18 19:08:16 +00:00
parent 23c02a696a
commit 7abe1e38c4
1 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: chflags.1,v 1.25 2023/05/05 04:14:02 kre Exp $
.\" $NetBSD: chflags.1,v 1.26 2023/05/18 19:08:16 jschauma Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@ -32,7 +32,7 @@
.\"
.\" @(#)chflags.1 8.4 (Berkeley) 5/2/95
.\"
.Dd December 12, 2012
.Dd May 18, 2023
.Dt CHFLAGS 1
.Os
.Sh NAME
@ -135,6 +135,13 @@ is used to display the flags.
.Pp
The kernel does not allow the flags on block and character
devices to be changed except by the super-user.
.Pp
Note that the ability to clear certain flags is
dependent on the current kernel
.Em securelevel .
See
.Xr secmodel_securelevel 9
for details.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO