-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
CentOS Stream 9
-
None
-
None
-
Low
-
35d4f6737a57c88978b6e954506e9c73f8c10ccf
-
rhel-sst-cs-net-perf-services
-
ssg_core_services
-
2
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
Use rsync with the `–mkpath` option on the sender side while restricting access with rrsync on the sender side.
Please provide the package NVR for which bug is seen:
rsync-3.2.3-19.el9
How reproducible:
Always
`--mkpath` was introduced in rsync 3.2.3, but the option was only made known to rrsync in 3.2.4
The commit that fixed rrsync is https://github.com/RsyncProject/rsync/commit/35d4f6737a57c88978b6e954506e9c73f8c10ccf and could be added as a patch to the rpm
Steps to reproduce
- Restrict rsync usage on receiver side with rrsync
- Execute rsync on the client side with the `–mkpath` option
Expected results
rsync transfers files
Actual results
rsync fails with message "/usr/bin/rrsync: invalid rsync-command syntax or options"