containers / fuse-overlayfs

FUSE implementation for overlayfs
GNU General Public License v2.0
502 stars 83 forks source link

main: fix check for writeable /proc #398

Closed giuseppe closed 1 year ago

giuseppe commented 1 year ago

fix the check for writeable /proc to use statfs instead of statvfs, and use the unitialized statvfs structure to check for the writeable bit.

Closes: https://github.com/containers/fuse-overlayfs/issues/397

giuseppe commented 1 year ago

@flouthoc PTAL