mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
1877a26c6b
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.