samba-bugs@samba.org
2005-May-13 01:21 UTC
[Bug 2706] New: An option to transfer POSIX ACLs
https://bugzilla.samba.org/show_bug.cgi?id=2706 Summary: An option to transfer POSIX ACLs Product: rsync Version: 2.6.4 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: hashproduct@verizon.net QAContact: rsync-qa@samba.org I'd like an option "--acl" that transfers ACLs if both filesystems support them. POSIX ACLs are improved file permissions. ACLs can grant access to users and groups other than the owners of a file, and they can specify default permissions for new files in a folder that take the place of the `umask'. This option should be a matter of getting the ACL on one system using "acl_get_file" and "acl_copy_ext", sending it to the other system, and applying it using "acl_copy_int" and "acl_set_file". It would take a little more work to preserve IDs by name and make this play nicely with "--numeric-ids". The "-a" option should probably include "--acl". -- 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.
Seemingly Similar Threads
- [Bug 2706] An option to transfer POSIX ACLs
- Rsync patch for default ACLs and executability
- acl_tdb failed to convert file acl to posix permisions
- DO NOT REPLY [Bug 3549] New: rsync applies umask to some directories even when a default ACL takes effect
- Worrisome race condition involving half-transferred files