Originally reported in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1238802 .
Description of problem:
The update of fakeroot has added extended attribute support, but AFAICS
it is purely simulated in memory, not even initialized with the
system-wide state.
In particular, *getxattr(…, "security.selinux", …) fails with ENODATA
This breaks testing of code which attempts to preserve SELinux context
when copying files.
Steps to Reproduce:
1. getfattr -m - -d .
2. fakeroot getfattr -m - -d .
Actual results:
and
(empty output)
Expected results:
and