bug-coreutils
[Top][All Lists]
Advanced

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

[PATCH] Fix solaris acl/nfs breakage


From: Ben Walton
Subject: [PATCH] Fix solaris acl/nfs breakage
Date: Wed, 25 Nov 2009 08:49:26 -0500

Hello all,

I'm packaging coreutils for Solaris as part of the OpenCSW project.
When running the test suite with an NFS mounted build directory, some
tests were failing.  It seems that while ACL's are supported over NFS
in Solaris, this is only true with some combinations of server and
client.  The following patch treats EOPNOTSUPP like ENOSYS in the
(standard) Solaris acl handling code.

I'm not sure whether similar changes are also appropriate in the ifdef
ACE_GETACL sections or not at this time.

With this patch applied, the core test suite passes (61 tests
skipped).

Please let me know if there is anything wrong with this patch as I'm
happy to correct it to meet project standards.

Thanks
-Ben

Ben Walton (1):
  Fix solaris acl support breakage

 lib/copy-acl.c     |    4 ++--
 lib/set-mode-acl.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)





reply via email to

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