Hello, in getfattr's man page there is "-d Dump the values of all extended attributes associated with path-name". If you use SELinux, files have this extended attribute: security.selinux="...". -d option works in such way that it only prints extended attributes, which names begin with "user." So, in this case, selinux attribute isn't printed. I'm sending simple patch, which corrects this. Best regards. -- Zdenek Prikryl