Module Name: src Committed By: manu Date: Tue Jun 28 07:50:03 UTC 2011
Modified Files: src/sys/kern: vfs_xattr.c Log Message: Improve a bit listxattr(2). It attemps to list both system and user extended attributes, and it faled if calling user did not have privilege for reading system EA. Now we just lise user EA and skip system EA in reading them is not allowed. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/kern/vfs_xattr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.