Skip to content

virtiofsd: Add capability to handle extended fuse init request

Vivek Goyal requested to merge vgoyal/virtiofsd-rs:fuse-init-ext into main

Fuse has extended fuse_init_in and changed fields in fuse_init_out struct. It was running out of feature flags and it added another 32 bit field. This MR adds infrastructure so that one can parse feature flags in newly added fields and add support for these new features.

Once this is merged, I plan to bring in support for SELINUX context setup on file creation.

Merge request reports