Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FreeBSD: handle
UF_NOUNLINK
chflags fflag
The `UF_NOUNLINK` chflags fflag is analogous to `SF_NOUNLINK`, but instead of requiring superuser privileges when setting `SF_NOUNLINK`, unprivileged users (in addition to root) can set `UF_NOUNLINK` on compatible paths. This makes commands like `chflags uunlink <foo>` work on FreeBSD. This closes #16809. Signed-off-by: Enji Cooper <[email protected]>
- Loading branch information