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

Re: ZFS and (NFSv4) ACL's



2010/12/19 Aurélien Derouineau <aurelien@derouineau.com>:
> Yesterday, I successfully installed kFreeBSD (which is great!). However it
> seems that the current programs (ls, chmod, etc) are not compatible with
> NFSv4 ACL's, which are used by ZFS. And it seems there are no other tools
> available to modify these ACL's.

According to http://wiki.freebsd.org/NFSv4_ACLs this is an extension
of POSIX.1e ACLs, and FreeBSD 8.1 was released with support for
NFSv4 ACLs (both in kernel and userland).

coreutils support POSIX.1e via libacl, however, support isn't enabled
in official builds.

Please could you rebuild coreutils with this patch?

-- 
Robert Millan
--- debian/control~	2010-12-19 20:08:08.000000000 +0000
+++ debian/control	2010-12-19 20:09:23.000000000 +0000
@@ -3,7 +3,7 @@
 Section: utils
 Priority: required
 Standards-Version: 3.8.3.0
-Build-Depends: gettext (>= 0.10.37), debhelper (>= 5.0.0), dh-buildinfo, texinfo (>= 4.2), groff, dpatch, libattr1-dev | not+linux-gnu, libacl1-dev | not+linux-gnu, libselinux1-dev (>= 1.32) | not+linux-gnu, gperf, bison
+Build-Depends: gettext (>= 0.10.37), debhelper (>= 5.0.0), dh-buildinfo, texinfo (>= 4.2), groff, dpatch, libattr1-dev [linux-any kfreebsd-any], libacl1-dev [linux-any kfreebsd-any], libselinux1-dev (>= 1.32) [linux-any], gperf, bison
 
 Package: coreutils
 Architecture: any

Reply to: