bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add limited support for Solaris 10 ZFS-style ACLs to gnulib


From: Jim Meyering
Subject: Re: add limited support for Solaris 10 ZFS-style ACLs to gnulib
Date: Mon, 19 Mar 2007 23:14:12 +0100

Paul Eggert <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]