mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-04 12:10:34 -06:00
An important note: it was noticed during this change that mkdir in PuterFSProvider implements its own ACL check, instead of the ACL check being performed in ll_mkdir. This means permissions won't be checked for other implementors of mkdir! This needs to be fixed before custom filesystem implementations can be considered production-ready.