Module Name: src Committed By: jschauma Date: Thu May 18 19:08:16 UTC 2023
Modified Files: src/usr.bin/chflags: chflags.1 Log Message: Note that the ability to change certain flags depends on the current securelevel. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/chflags/chflags.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/chflags/chflags.1 diff -u src/usr.bin/chflags/chflags.1:1.25 src/usr.bin/chflags/chflags.1:1.26 --- src/usr.bin/chflags/chflags.1:1.25 Fri May 5 04:14:02 2023 +++ src/usr.bin/chflags/chflags.1 Thu May 18 19:08:16 2023 @@ -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