-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
Described in POSIX: https://pubs.opengroup.org/onlinepubs/9799919799/functions/chown.html
The chown is a syscall wrapper for updating the ownership of a file.
Here's a checklist for what you'll need to do for this:
- Add the implementation of
chownin/src/unistd - Add tests for
chownin/test/src/unistd(they don't need to test much, just make sure the syscall wrapper passes and fails appropriately) - Add
chowntoentrypoints.txtfor at least x86_64 and whatever you're building on - Add
chowntoinclude/unistd.yaml