github / libprojfs

Linux projected filesystem library
GNU Lesser General Public License v2.1
92 stars 14 forks source link

allow arbitrary permission modes on projected dirs #55

Closed chrisd8088 closed 5 years ago

chrisd8088 commented 5 years ago

As there is no compelling reason not to allow libprojfs callers to specify the permission mode bits of a projected directory, we can support this in our API, and defer to our callers (VFSForGit in particular) to supply the directory permissions they expect or require.

Note that this requires a change in the VFSForGit ProjFS.Linux code as well.