From ecd073bd7054c9e13516041e3ef930e39270c8df Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 19 Jun 2009 10:27:38 +0000 Subject: Add fuse_getgroups (high level lib) and fuse_req_getgroups (low level lib) functions to query the supplementary group IDs for the current request. Currently this is implemented on Linux by reading from the /proc filesystem. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a32dd66..313a049 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-06-19 Miklos Szeredi + + * Add fuse_getgroups (high level lib) and fuse_req_getgroups (low + level lib) functions to query the supplementary group IDs for the + current request. Currently this is implemented on Linux by + reading from the /proc filesystem. + 2009-06-18 Miklos Szeredi * Add "noforget" option to high level lib to prevent ESTALE errors -- cgit v1.2.3