Paul Eggert <[EMAIL PROTECTED]> wrote: > Sun has seriously rethought ACLs for Solaris 10 and ZFS. I installed > this first step at supporting them in gnulib; it's just enough to get > GNU 'ls' to work. I have tested this on Solaris 8, Solaris 10, and > Debian stable; I haven't tested it on a Linux system supporting ACLs.
Hi Paul, Thanks for doing that. FYI, cp in particular needs working ACL-detection support, too. The problem is when a Linux system mounts a ZFS file system. Then, there is no acl_trivial function, yet the number of ACL entries is 4, and the ACL *is* trivial. That's when we need an acl_trivial replacement function. Without it, cp -p produces diagnostics when failing to copy nonexistent ACLs on such a set-up.