forked from Georg/pyacl
Georg Pfuetzenreuter
722fec83b3
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> |
||
---|---|---|
pyacl | ||
scripts | ||
tests | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.txt | ||
ruff.toml | ||
test.sh |
WIP