Re: Please give back some packages on kfreebsd

2015-12-17 Thread Emilio Pozuelo Monfort
On 17/12/15 03:59, Steven Chamberlain wrote: > Dear wanna-build team, > > Please give back monit for rebuild on kfreebsd-*, as the cause of the > failure should be fixed now in kfreebsd-kernel-headers/10.1~8, and the > buildd chroots should now all have that version installed: > > gb

Re: About the userland API for ACL, xattr, extattr

2015-12-17 Thread Thomas Schmitt
Hi, i now believe that the ENOSYS is in libattr1 which has as source attr-2.4.46 with file libattr/syscalls.c . (There seems to be a transition underways to move this part into eglibc.) If this assessment is correct then currently kfreebsd aims for ACL implemented on top of xattr (libattr1,

Re: About the userland API for ACL, xattr, extattr

2015-12-17 Thread Thomas Schmitt
Hi, the FreeBSD code in https://svnweb.freebsd.org/base/head/lib/libc/posix1e/acl_set.c?revision=208785=markup#l53 shows that userland function acl_set_file(3) is implemented via kernel (?) call __acl_set_file(). This means that the internal representation of an ACL is not stored as extended