Page MenuHomeFreeBSD

linux: Implement fchmodat2(2).
Needs ReviewPublic

Authored by philmb3487_proton.me on Fri, May 22, 5:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 4, 12:54 AM
Unknown Object (File)
Tue, Jun 2, 8:20 AM
Unknown Object (File)
Tue, Jun 2, 1:58 AM
Unknown Object (File)
Mon, Jun 1, 11:50 PM
Unknown Object (File)
Sat, May 30, 8:31 PM
Unknown Object (File)
Fri, May 29, 6:45 PM
Unknown Object (File)
Fri, May 29, 12:50 PM
Unknown Object (File)
Fri, May 29, 12:46 PM
Subscribers

Details

Reviewers
andrew
manu
brooks
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