Page MenuHomeFreeBSD

linux: Implement fchmodat2(2).
Needs ReviewPublic

Authored by philmb3487_proton.me on May 22 2026, 5:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 27, 5:39 AM
Unknown Object (File)
Wed, Aug 26, 7:43 PM
Unknown Object (File)
Sun, Aug 23, 9:40 AM
Unknown Object (File)
Thu, Aug 20, 8:48 PM
Unknown Object (File)
Tue, Aug 18, 7:09 PM
Unknown Object (File)
Thu, Aug 13, 5:19 AM
Unknown Object (File)
Thu, Aug 13, 5:19 AM
Unknown Object (File)
Thu, Aug 13, 5:18 AM
Subscribers

Details

Reviewers
andrew
manu
brooks
Group Reviewers
Linux Emulation
Summary

This system call is the same as fchmodat(2), with the difference
of a flags argument that can be used to pass in either
AT_SYMLINK_NOFOLLOW, or AT_EMPTY_PATH.

fchmodat2 is very similar to fchownat, the latter also supports
this flag parameter.

Signed-off-by: Philippe Michaud-Boudreault <philmb3487@proton.me>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 73344
Build 70227: arc lint + arc unit