setxattr.2: ERRORS: add EPERM for immutable/append-only files

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-17 10:10:47 +13:00
parent 459091008d
commit 937a7c8747
1 changed files with 5 additions and 0 deletions

View File

@ -140,6 +140,11 @@ is not valid.
.TP
.B ENOTSUP
Extended attributes are not supported by the filesystem, or are disabled,
.TP
.B EPERM
The file is marked immutable or append-only.
(See
.BR ioctl_iflags (2).)
.PP
In addition, the errors documented in
.BR stat (2)