jacobsa / fuse

A Go package for implementing a FUSE file system.
Apache License 2.0
478 stars 106 forks source link

Expose UID in the OpContext #145

Closed vaishalikumanan closed 1 year ago

vaishalikumanan commented 1 year ago

We would like to include the UID in the OpContext that is passed into every fuse operation. This will allow us to identify the calling user in various functionalities such as logging and permissions management.