Changeset 166 for trunk/source

Show
Ignore:
Timestamp:
12/30/08 00:47:54 (16 years ago)
Author:
broder
Message:

To make everything happy, /mit needs to be chgrped to the requestor's
GID, but chmodded 755.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/source/pyhesiodfs/pyHesiodFS.py

    r165 r166  
    136136        st = MyStat() 
    137137        if path == '/': 
    138             st.st_mode = stat.S_IFDIR | 077
     138            st.st_mode = stat.S_IFDIR | 075
    139139            st.st_gid = self._gid() 
    140140            st.st_nlink = 2