mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Append-only flag also denies chmod(2). Is this correct behaviour?
This commit is contained in:
parent
22ae0cec0b
commit
3bb2bdaef6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165175
@ -179,7 +179,7 @@ Too many symbolic links were encountered in translating the pathname.
|
||||
The effective user ID does not match the owner of the file and
|
||||
the effective user ID is not the super-user.
|
||||
.It Bq Er EPERM
|
||||
The named file has its immutable flag set, see the
|
||||
The named file has its immutable or append-only flag set, see the
|
||||
.Xr chflags 2
|
||||
manual page for more information.
|
||||
.It Bq Er EROFS
|
||||
|
Loading…
Reference in New Issue
Block a user