summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-12-20 15:13:50 -0800
committerWayne Davison <wayne@opencoder.net>2021-12-20 15:16:30 -0800
commited19ea05fea83fe7c757a40060ecc54e0fd82f3a (patch)
treee160dabeff8567cfc42673441522b7a230592628 /NEWS.md
parentdc1b9febf1056c723003ccd9be1a4d7adef6425d (diff)
downloadrsync-ed19ea05fea83fe7c757a40060ecc54e0fd82f3a.tar.gz
Make rrsync default to munged symlinks.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 9f9433d2..eaa82b39 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -97,7 +97,9 @@
- More ASM optimizations from Shark64.
- - Make rrsync handle the latest options.
+ - Make rrsync pass --munge-links to rsync by default to make the restricted
+ dir extra safe (with an option to turn it off if you trust your users).
+ Also updated the known options list.
- Work around a glibc bug where lchmod() breaks in a chroot w/o /proc mounted.