cvs commit: src/lib/libc/sys chflags.2

Giorgos Keramidas keramida at FreeBSD.org
Tue May 16 13:24:59 PDT 2006


keramida    2006-05-16 20:24:41 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    lib/libc/sys         chflags.2 
  Log:
  * 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 at njit.edu>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.26      +47 -2     src/lib/libc/sys/chflags.2


More information about the cvs-src mailing list