http://www-4.ibm.com/software/network/dce/library/publications/dceaix_22/a3u2q/A3U2QM03.HTM#ToC
2. Terminology
DCE : Distributed Computing Environment3. ACL Types Supported by CDS
ACL : Access Control List
CDS : Cell Directory Service
Object ACL4. DCE permissions supported by CDS
Initial object creation ACL
Initial container creation ACLIn terms of file system, object = file, container=directory.
5. DCE control commands
http://www-4.ibm.com/software/network/dce/library/publications/dceaix_22/a3u2q/A3U2Q117.HTM#HDRACCN008
6. The mask_obj Mask and ACL Checking
http://www-4.ibm.com/software/network/dce/library/publications/dceaix_22/a3u2q/A3U2Q193.HTM#IDX2557
Permission bits not granted by mask_obj is not granted despite the setting of permision bits of the object.
Before the ACL manager grants any permissions derived from checking
the ACL entries, it filters the entry permissions through the mask_obj
mask. Only those permissions named in the ACL entry and in the mask are
granted. For example, if an ACL entry grants rwx permissions and the mask_obj
entry specifies only r and w permission, only r and w are granted. The
x permission named in the ACL entry is ignored.