openSUSE / libpathrs

C-friendly API to make path resolution safer on Linux.
GNU Lesser General Public License v3.0
83 stars 6 forks source link

mkdir: loosen mode checks #71

Closed cyphar closed 2 months ago

cyphar commented 2 months ago

These have been quite buggy and there is a new issue due to ACLs (and it seems likely there will be more -- not to mention filesystems like vfat where they don't support proper DAC modes anyway).

https://github.com/cyphar/filepath-securejoin/pull/29

cyphar commented 2 months ago

Fixed by ce6226e473e5f72a95eb026293bbce278e55162f.