PERFORCE change 144831 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Jul 7 17:09:29 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=144831

Change 144831 by trasz at trasz_traszkan on 2008/07/07 17:09:06

	Update TODO.  Note that granularity stuff is not yet commited into p4.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/TODO#6 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/TODO#6 (text+ko) ====

@@ -4,9 +4,35 @@
 
 - Add the ability to add ACE at a given position in ACL to setfacl(1),
 
+- Add the ability to parse and print ACLs in verbose form, e.g. instead of
+
+  owner@:rwx:f:allow
+
+  it would be
+
+  owner@:read_data/write_data/execute:file_inherit:allow
+
 - Add error checking to acl_to_text_nfs4.c.
 
-- Make access control more granular.
+- Make access control more granular.  The following are done:
+
+  ACL_READ_DATA 
+  ACL_EXECUTE 
+  ACL_READ_ATTRIBUTES 
+  ACL_WRITE_ATTRIBUTES 
+  ACL_READ_NAMED_ATTRS (implemented, #ifdefed out for SunOS compatibility)
+  ACL_WRITE_NAMED_ATTRS (implemented, #ifdefed out for SunOS compatibility)
+  ACL_READ_ACL 
+  ACL_WRITE_ACL 
+  ACL_WRITE_OWNER 
+  ACL_SYNCHRONIZE (not used)
+ 
+  The following are left:
+ 
+  ACL_WRITE_DATA 
+  ACL_APPEND_DATA 
+  ACL_DELETE_CHILD 
+  ACL_DELETE 
 
 - Attach ZFS to the framework.
 


More information about the p4-projects mailing list