Skip to content
Commit 8ed7cb3f authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: optional supplementary group in create requests



Permission to create an object (create, mkdir, symlink, mknod) needs to
take supplementary groups into account.

Add a supplementary group request extension.  This can contain an arbitrary
number of group IDs and can be added to any request.  This extension is not
added to any request by default.

Add FUSE_CREATE_SUPP_GROUP init flag to enable supplementary group info in
creation requests.  This adds just a single supplementary group that
matches the parent group in the case described above.  In other cases the
extension is not added.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 15d937d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment