Re: Heads-up: Currently Linux-only acl and attr releases
Samuel Thibault <[email protected]> Tue, 30 Jun 2026 00:26:52 +0200
| Newsgroups | gmane.os.hurd.bugs,gmane.linux.debian.ports.hurd |
|---|---|
| Organization | I am not organized |
| Message-ID | <akLxLLfFlRjlhASE@end> |
Hello, Guillem Jover, le mar. 30 juin 2026 00:14:46 +0200, a ecrit: > I'm not entirely sure this can be worked around properly from within > attr and acl, w/o proper setxattrat/getxattrat/listxattrat/removexattrat > support from the Hurd and glibc though. We already have *attr, the *at variants should be easy, it's a matter of using the proper file_name_lookup 'at' variant. 7ae60af75b78f408420512c58fd5a08ca7a88bad is probably a good read to get examples on this, it's really about calling __file_name_lookup_at instead of __file_name_lookup. Contribution welcome! Samuel