]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: use effective gid, not real gid, for FUSE operations
authorasomers <asomers@FreeBSD.org>
Sat, 4 May 2019 02:11:28 +0000 (02:11 +0000)
committerasomers <asomers@FreeBSD.org>
Sat, 4 May 2019 02:11:28 +0000 (02:11 +0000)
commit250a269473ea5524aa482f8782c29f74f9ad5970
tree1fd16c909e7b08eb53dc6e84bab4cf96ee3dea77
parentb5974be6456657fd9816ed5d7b38234c2aa3d9ff
fusefs: use effective gid, not real gid, for FUSE operations

This is the gid used for stuff like setting the group of a newly created
file.

Reported by: pjdfstest
Sponsored by: The FreeBSD Foundation
sys/fs/fuse/fuse_ipc.c
tests/sys/fs/fusefs/allow_other.cc
tests/sys/fs/fusefs/utils.cc
tests/sys/fs/fusefs/utils.hh