Displaying 1 result from an estimated 1 matches for "cachefiles_var_t".
2013 Jan 24
2
[Bug 9594] New: Error transferring user and non-user xattr using --fake-super under Linux
...r is remote AND rsync is run
as root on the local/sender side so both non-user and user attrs are
transferred.
Steps to reproduce:
1. sudo touch foo
2. sudo setfattr -n user.rsx -v "1" foo ## user.rsx sorts before user.rsync
3. sudo setfattr -n security.selinux -v "system_u:object_r:cachefiles_var_t:s0"
foo ## non-user EA with a long string value
5. sudo rsync -i -aOzAX --numeric-ids --rsync-path="rsync --fake-super" foo
user at remote:/tmp/ ## user does not have root access on host remote
Actual Results:
<f+++++++++ foo
[receiver] could not find xattr #1 for foo
rsync...