IBM / DPFS

DPU-Powered File System Virtualization over virtio-fs
GNU Lesser General Public License v2.1
56 stars 23 forks source link

UID and GID not applied on a per-request basis #18

Open Peter-JanGootzen opened 1 year ago

Peter-JanGootzen commented 1 year ago

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.