DPFS
DPFS copied to clipboard
UID and GID not applied on a per-request basis
Currently the UID and GID that are supplied to FUSE:init are used throughout the whole lifetime of the virtio-fs device (fuser and virtionfs).
However each individual FUSE request contains a UID and GID, so each request should be executed under the name of that request's UID and GID.