https://bugzilla.samba.org/show_bug.cgi?id=11879
Bug ID: 11879
Summary: escape rrsync restricted folder
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
It is possible to escape rrsync restricted folder by syncing (using rsync -a
...) a symbolic link to the parent folder and then syncing with this symbolic
link.
Concretely, we could do:
ln -s .. parent
rsync -acrvz . login@server:
and then we can rsync with login@server:parent to read/write files in the
parent folder of the restricted folder.
--
You are receiving this mail because:
You are the QA Contact for the bug.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html