Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for extattr_* family of functions #943

Open
notgull opened this issue Nov 25, 2023 · 0 comments
Open

Add support for extattr_* family of functions #943

notgull opened this issue Nov 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@notgull
Copy link
Contributor

notgull commented Nov 25, 2023

The equivalent of the Xattr system in BSD is extattr_*. It would be nice to expose this.

Notable functions:

  • extattr_delete_fd
  • extattr_delete_link
  • extattr_get_fd
  • extattr_get_link
  • extattr_list_fd
  • extattr_list_link
  • extattr_set_fd
  • extattr_set_link,

cc Stebalien/xattr#41

@sunfishcode sunfishcode added the enhancement New feature or request label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants