[Bugs] [Bug 1200453] New: Permission denied for user with many secondary groups

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 10 15:22:57 UTC 2015


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

            Bug ID: 1200453
           Summary: Permission denied for user with many secondary groups
           Product: GlusterFS
           Version: 3.6.2
         Component: fuse
          Severity: medium
          Assignee: bugs at gluster.org
          Reporter: a.khaustov13 at gmail.com
                CC: bugs at gluster.org, gluster-bugs at redhat.com



Description of problem:


Version-Release number of selected component (if applicable):

OS: RHEL5.10 
Gluster 3.5 3.6

How reproducible:

Suppose there is FUSE client mount point as /glusterfs.
In this directory there are some subdirectory with different
owner/groups like htis:


$ ls -l /glusterfs/
drwxr-x---   testuser1 testuser1  dir1
drwxr-x---   testuser2 testuser2  dir2
drwxr-x---   testuser3 testuser3  dir3
drwxr-x---   testuser4 testuser4  dir4
........
drwxr-x---   testuser200 testuser200  dir200

Note, that all directory have 750 mode.
Next create user:
useradd testuser 
usermod -a -G testuser1, .... ,testuser200 testuser
su - testuser
ls /glusterfs/dir1

ls: /glusterfs/dir1/: Permission denied


Steps to Reproduce:
1.
2.
3.

Actual results:

Permission denied

Expected results:

User testuser can do ls on subdirectory from above example. 

Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list