mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
chflags(2) returns EPERM when user tries to set or remove the SF_SNAPSHOT flag.
This commit is contained in:
parent
905cd66703
commit
b613495e3c
1 changed files with 4 additions and 0 deletions
|
|
@ -162,6 +162,10 @@ A non-super-user tries to set one of
|
|||
.Dv SF_IMMUTABLE , SF_APPEND ,
|
||||
or
|
||||
.Dv SF_NOUNLINK .
|
||||
.It Bq Er EPERM
|
||||
User tries to set or remove the
|
||||
.Dv SF_SNAPSHOT
|
||||
flag.
|
||||
.It Bq Er EROFS
|
||||
The named file resides on a read-only file system.
|
||||
.It Bq Er EFAULT
|
||||
|
|
|
|||
Loading…
Reference in a new issue