1
0
forked from Georg/pyacl
Go to file
Georg Pfuetzenreuter 722fec83b3
Implement native ACL parsing
Instead of parsing a string representation, parse the native ACL entries
to construct the ACL mapping. This should yield better reliability.
Keep the existing logic in a renamed function, as it might still be useful
to parse existing string representations.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-09-18 20:43:08 +02:00
pyacl Implement native ACL parsing 2024-09-18 20:43:08 +02:00
scripts Add isort script 2024-09-17 23:57:00 +02:00
tests Implement native ACL parsing 2024-09-18 20:43:08 +02:00
.gitignore Basics 2024-09-16 02:55:05 +02:00
LICENSE Initial commit 2024-09-16 02:46:15 +02:00
pyproject.toml Basics 2024-09-16 02:55:05 +02:00
README.txt Initial commit 2024-09-16 02:46:15 +02:00
ruff.toml Implement ACL building/writing 2024-09-17 23:56:46 +02:00
test.sh Test in container 2024-09-16 16:41:55 +02:00