samba-bugs at samba.org
2010-Feb-08 01:05 UTC
DO NOT REPLY [Bug 7110] New: Symlink fake-super data is silently lost when sys_lsetxattr fails with EPERM
https://bugzilla.samba.org/show_bug.cgi?id=7110 Summary: Symlink fake-super data is silently lost when sys_lsetxattr fails with EPERM Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: matt at mattmccutchen.net QAContact: rsync-qa at samba.org The summary says it all. NO_SYMLINK_XATTRS is supposed to be defined on systems that don't allow xattrs on symlinks, but if this is forgotten (bug 7109), data may be lost. -- 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.
samba-bugs at samba.org
2011-Jun-18 19:01 UTC
[Bug 7110] Symlink fake-super data is silently lost when sys_lsetxattr fails with EPERM
https://bugzilla.samba.org/show_bug.cgi?id=7110 --- Comment #1 from Matt McCutchen <matt at mattmccutchen.net> 2011-06-18 19:01:59 UTC --- Specifically, I propose that the code in xattrs.c that swallows EPERM for symlinks be removed as explained in bug 7109 comment 4. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Maybe Matching Threads
- DO NOT REPLY [Bug 7109] New: Need to define NO_SYMLINK_XATTR on Linux
- supporting --fake-super on opensolaris (zfs) destination
- [Bug 8201] New: rsync 3.0.8 destroys SELinux security context of symbolic links
- [Bug 12820] New: rsync always try change owner and group of symlink in --fake-super mode
- DO NOT REPLY [Bug 7108] New: --fake-super should be nestable