Page MenuHomeFreeBSD

flua: add a chown(2) binding
ClosedPublic

Authored by bapt on Nov 24 2022, 8:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 2:30 PM
Unknown Object (File)
Mar 21 2024, 1:19 PM
Unknown Object (File)
Dec 30 2023, 3:23 AM
Unknown Object (File)
Dec 23 2023, 1:55 AM
Unknown Object (File)
Dec 10 2023, 10:11 AM
Unknown Object (File)
Nov 17 2023, 3:03 PM
Unknown Object (File)
Nov 17 2023, 2:10 PM
Unknown Object (File)
Nov 17 2023, 12:46 PM
Subscribers

Details

Reviewers
kevans
bapt

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 48495
Build 45381: arc lint + arc unit

Event Timeline

bapt requested review of this revision.Nov 24 2022, 8:16 AM
libexec/flua/modules/lposix.c
77

The official luaposix interface actually allows 2 or 3 args, nil for either user/group resulting in -1 -- IMO I think we should do the same. It technically also resolves strings if they're passed, though I don't feel as strongly about that.

81

s/2/3/?

almost follow luaposix, just be stricter and report if a user or group
is valid or not.

bapt marked 2 inline comments as done.Nov 24 2022, 2:41 PM
This revision is now accepted and ready to land.Nov 25 2022, 7:59 AM