Whamcloud - gitweb
chattr.1: 'a' and 'i' attribute do not affect existing file descriptors
authorLukas Czerner <lczerner@redhat.com>
Fri, 13 Apr 2018 12:27:49 +0000 (14:27 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 13 Apr 2018 19:37:58 +0000 (15:37 -0400)
Change chattr man page to make it clear that 'i' and 'a' attributes
does not affect the ability to write to already existing file
descriptors

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/chattr.1.in

index fba9cea..028ae9e 100644 (file)
@@ -121,9 +121,9 @@ although it can be displayed by
 .PP
 A file with the 'i' attribute cannot be modified: it cannot be deleted or
 renamed, no link can be created to this file, most of the file's
-metadata can not be modified, and no data can be written
-to the file.  Only the superuser or a process possessing the
-CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
+metadata can not be modified, and the file can not be opened in write mode.
+Only the superuser or a process possessing the CAP_LINUX_IMMUTABLE
+capability can set or clear this attribute.
 .PP
 The 'I' attribute is used by the htree code to indicate that a directory
 is being indexed using hashed trees.  It may not be set or reset using
@@ -191,6 +191,8 @@ maintained by Theodore Ts'o <tytso@alum.mit.edu>.
 The 'c', 's',  and 'u' attributes are not honored
 by the ext2, ext3, and ext4 filesystems as implemented in the current
 mainline Linux kernels.
+Setting 'a' and 'i' attributes will not affect the ability to write
+to already existing file descriptors.
 .PP
 The 'j' option is only useful for ext3 and ext4 file systems.
 .PP