DO NOT REPLY [Bug 5356] SELinux extended attributes incompatibility: Linux kernel 2.6.9 and 2.6.18

samba-bugs at samba.org samba-bugs at samba.org
Wed Apr 2 02:26:24 GMT 2008


https://bugzilla.samba.org/show_bug.cgi?id=5356


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #1 from wayned at samba.org  2008-04-01 21:26 CST -------
Rsync doesn't currently support the weeding out of unwanted xattr names except
in very limited circumstances:  if it is running as a non-root user (or with
--no-super), then all non user.* names are skipped.  If you're backing up data,
you can use --fake-super, which stores all non user.* attributes as specially
encoded user.* attributes (using user.rsync.* names).  If you're not backing up
data, rsync currently only allows you to transfer non-user xattr data between
compatible systems.

No conversion of the xattr values is supported (nor likely ever to be
supported).  I'm not sure how compatible se-linux xattr items are across
systems, but if they are not portible, there is little that rsync can do about
it.  (It can be used to backup the attributes, but not help you make them work
on another system.)

See bug 4573 for the enhancement request to allow xattr names to be filtered.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list