> getfilecon_raw() uses getxattr(). The manpage for getxattr() > says it returns ENOTSUP if extended attributes are not supported. > This is a syscall and it will take a bit more digging to see if > it is consistent with the documentation.
I finally got a working version of strace. I see that lgetxattr() returns EOPNOTSUPP, not ENOTSUP. Dave -- J. David Anglin [EMAIL PROTECTED] National Research Council of Canada (613) 990-0752 (FAX: 952-6602) _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
