sahlberg / fuse-nfs

A FUSE module for NFSv3/4
GNU General Public License v3.0
172 stars 41 forks source link

add reverse mapping for chown/chgrp #15

Closed jeffpak closed 7 years ago

jeffpak commented 7 years ago

This will patch up uid's and gid's for chown and chgrp operations in the case where the mount specifies a uid/gid different from the current user.

sahlberg commented 7 years ago

Merged. Thanks!

Can you add a mention in the README about the special semantics that are invoked when uid/gid= are used?