[arch-commits] Commit in rsync/trunk (4 files)

Christian Hesse eworm at archlinux.org
Mon Oct 30 21:55:43 UTC 2017


    Date: Monday, October 30, 2017 @ 21:55:42
  Author: eworm
Revision: 308711

upgpkg: rsync 3.1.2-8

undo the protection of home directories

Modified:
  rsync/trunk/PKGBUILD
  rsync/trunk/rsync.install
  rsync/trunk/rsyncd.service
  rsync/trunk/rsyncd at .service

-----------------+
 PKGBUILD        |    6 +++---
 rsync.install   |    6 +++---
 rsyncd.service  |    2 +-
 rsyncd at .service |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-30 21:10:55 UTC (rev 308710)
+++ PKGBUILD	2017-10-30 21:55:42 UTC (rev 308711)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 pkgver=3.1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="https://rsync.samba.org/"
@@ -21,9 +21,9 @@
             'SKIP'
             '733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b'
             'da0ec9ce07bf2edafbc8e44020da29a58038b00c3048a22de57017c56318a767'
-            'c6998eaa5f3baa0e02830c182acacbb966187c428f8e42eab087f681f8e3d0a6'
+            '6ad010a1f85f5637bdd0972403c032ca30d71608a36943c71c34ba1c5b463cd6'
             '551f17407de0e539c8419fc2cd48dd0124eb0253a186690b165b51703ffad1a5'
-            '53e9e2546a74ce622f4eabc5590662fc2d0b06467f71f95428ab7926ea7e24c4')
+            '21983037aa116943b89ec982bc88e02c12376763e46f5ab25944cc1da29235ae')
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"

Modified: rsync.install
===================================================================
--- rsync.install	2017-10-30 21:10:55 UTC (rev 308710)
+++ rsync.install	2017-10-30 21:55:42 UTC (rev 308711)
@@ -7,8 +7,8 @@
   # return if neither service nor socket is enabled...
   systemctl -q is-enabled rsyncd.service rsyncd.socket || return 0
 
-  echo ' > For security reasons the rsyncd service protects home (/root and /home are'
-  echo ' > inaccessibly) and system (/boot, /etc and /usr are read-only). If you need'
-  echo ' > access use rsync via ssh or see the wiki for instructions to override:'
+  echo ' > For security reasons the rsyncd service protects the system by making'
+  echo ' > paths /boot, /etc and /usr read-only. If you need write access use'
+  echo ' > rsync via ssh or see the wiki for instructions to override:'
   echo ' > https://wiki.archlinux.org/index.php/Rsync#rsync_daemon'
 }

Modified: rsyncd.service
===================================================================
--- rsyncd.service	2017-10-30 21:10:55 UTC (rev 308710)
+++ rsyncd.service	2017-10-30 21:55:42 UTC (rev 308711)
@@ -6,7 +6,7 @@
 ExecStart=/usr/bin/rsync --daemon --no-detach
 RestartSec=1
 ProtectSystem=full
-ProtectHome=on
+ProtectHome=off
 PrivateDevices=on
 NoNewPrivileges=on
 

Modified: rsyncd at .service
===================================================================
--- rsyncd at .service	2017-10-30 21:10:55 UTC (rev 308710)
+++ rsyncd at .service	2017-10-30 21:55:42 UTC (rev 308711)
@@ -8,6 +8,6 @@
 StandardOutput=inherit
 StandardError=journal
 ProtectSystem=full
-ProtectHome=on
+ProtectHome=off
 PrivateDevices=on
 NoNewPrivileges=on



More information about the arch-commits mailing list