Page MenuHomeFreeBSD

linux: Implement fchmodat2(2).
Needs ReviewPublic

Authored by philmb3487_proton.me on Fri, May 22, 5:02 PM.

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