Date: Fri, 23 Jun 2006 18:33:34 +0000 (UTC) From: Giorgos Keramidas <keramida@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys chflags.2 Message-ID: <200606231833.k5NIXYEL041050@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
keramida 2006-06-23 18:33:34 UTC
FreeBSD src repository (doc committer)
Modified files: (Branch: RELENG_6)
lib/libc/sys chflags.2
Log:
MFC 1.26 and bump date.
# * Document the fact that non-superusers cannot change file flags for
# objects with SF_IMMUTABLE, SF_APPEND, or SF_NOUNLINK.
# * Document that non-superusers cannot set or clear any SF_* flag
# (setting fails with EPERM, clearing is silently ignored).
# * Document that superusers cannot change any flag if one of
# SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK is set and securelevel is
# greater than 0.
# * Document SF_SNAPSHOT and note that it is maintained by the
# system and is, for this reason, impossible to set to clear by
# any user.
#
# PR: docs/33877
# Submitted by: harti
# Help by: George Marsellis <gam9478@njit.edu>
# MFC after: 1 week
Revision Changes Path
1.25.8.1 +48 -3 src/lib/libc/sys/chflags.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606231833.k5NIXYEL041050>
