Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2008 17:09:28 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144831 for review
Message-ID:  <200807071709.m67H9Suj073711@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144831

Change 144831 by trasz@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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807071709.m67H9Suj073711>