Merge branch 'lintian.d.o-tweaks' of https://salsa.debian.org/nthykier/dsa-puppet
[mirror/dsa-puppet.git] / modules / roles / files / security_mirror / rsyncd.conf
index 353f359..f94ab03 100644 (file)
@@ -1,15 +1,17 @@
 uid = nobody
 gid = nogroup
-max connections = 20
 syslog facility = daemon
 socket options = SO_KEEPALIVE
+reverse lookup = false
 timeout = 1200
 
 # weasel 2007-11-19
 log file =  /var/log/rsyncd/rsyncd-security.log
 
+read only = true
+ignore nonreadable = true
+strict modes = false
+
 [debian-security]
   path = /srv/ftp.root/debian-security
   comment = Debian security archive
-  read only = true
-