On Wed, 24 Jul 2013 20:38:54 +0200 Irek Szczesniak wrote:
> On Tue, Jul 23, 2013 at 8:43 PM, Glenn Fowler <[email protected]> wrote:
> >
> > On Tue, 23 Jul 2013 19:16:43 +0200 Tina Harriott wrote:
> >> I hope this is the right place to report to. On Suse Linux nfs4 ACL
> >> lists are not preserved if I copy files with ksh's builtin cp command.
> >
> >> To demonstrate:
> >> 1. touch aaa
> >
> >> 2. nfs4_setfacl -a A::testuser@localdomain:RX aaa
> >
> >> 3. nfs4_getfacl aaa
> >> D::OWNER@:x
> >> A::OWNER@:rwatTcCy
> >> A::1000:rxtcy <----- new ACL entry
> >> A::GROUP@:rtcy
> >> A::EVERYONE@:rtcy
> >
> >> 4. ksh -c 'builtin cp; cp aaa aaa_copy'
> >
> >> 5. nfs4_getfacl aaa_copy
> >> D::OWNER@:x
> >> A::OWNER@:rwatTcCy
> >> A::GROUP@:rxtcy
> >> A::EVERYONE@:rtcy
> >
> >> The new ACL entry is missing in the copy. cp options -a and -p have no 
> >> effect.
> >
> >> Is this functionality missing or just broken. ACL support is IMO a
> >> mandatory enterprise system feature and needs to be supported.
> >
> > missing
> > on the todo list

> You already said that in 2008. The sore point is that no one is really
> working on it and figure it out.

probably said something about it before that too
and probably asked for comments on a portable (defacto) standard api
posix 1.e gave up on that
linux et.al. implemented parts of it anyway
now apparently nfsv4 has its own acls and apis
already spending too much time on too much other stuff to flesh this out alone

_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to