Re: Python linuxfs Modules
Lawrence D’Oliveiro <[email protected]> Sat, 21 Mar 2026 23:10:29 -0000 (UTC)
| Newsgroups | comp.lang.python |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Wed, 18 Mar 2026 08:04:14 -0000 (UTC), I wrote: > Actually, I have a plan to go further. I have figured out that the > contents of an ACL can be expressed most naturally as a Python > object with the following components: I have committed this new AccessWrapper class to the public repo. Of course I provide easy interconversion between AccessWrapper and the more libacl-specific Acl wrapper class. This way I avoid having to provide parallel equivalents for every function in the Acl class.