[Bugs] [Bug 1275721] POSIX ACLs as used by a FUSE mount can not use more than 32 groups

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 10 08:57:22 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1275721

Soumya Koduri <skoduri at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |skoduri at redhat.com


--- Doc Text *updated* ---
Cause: When enabling support for POSIX ACLs on a FUSE mount with the "-o acl" mount option, permission checks only use the first 32 groups of a user. 

Consequence: If permissions of a directory/file are permitted by groups further in the group-list, the permissions are not applied. The group-list of the user is truncated to the fist 32 groups.

Fix: A new mount option "resolve-gids" is introduced to overcome 32-groups limit

Result: By enabling the "resolve-gids" option, the fuse-bridge will call getgrouplist() to retrieve all the groups from the user accessing the mountpoint, which could be >32.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fPY8GELJi3&a=cc_unsubscribe


More information about the Bugs mailing list