aboutsummaryrefslogtreecommitdiff
path: root/rpkid/examples/rsyncd.conf
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-08-27 22:39:35 +0000
committerRob Austein <sra@hactrn.net>2012-08-27 22:39:35 +0000
commit884a764bbb9d519cf492a33121e01d334a0a53d7 (patch)
tree8bef48138881ae1d53a0e374adece75816e98258 /rpkid/examples/rsyncd.conf
parent49463eed400197bb0e0a53a66ea0f438f515a029 (diff)
Move root.cer to separate rsync module when building test
configurations, to avoid warnings about it being tainted. This is really a conflict between needing to support rootd and wanting to make the configuration clean when not running rootd: either we add an extra directory level to the publication structure which we don't use when not running rootd, or we move root.cer somewhere else. Since the latter is simpler except for test configurations which are already generated for us by programs, we do the latter. svn path=/branches/tk274/; revision=4667
Diffstat (limited to 'rpkid/examples/rsyncd.conf')
-rw-r--r--rpkid/examples/rsyncd.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/rpkid/examples/rsyncd.conf b/rpkid/examples/rsyncd.conf
index 1bb60324..faf1dd0d 100644
--- a/rpkid/examples/rsyncd.conf
+++ b/rpkid/examples/rsyncd.conf
@@ -43,3 +43,11 @@ gid = nobody
transfer logging = yes
path = /some/where/publication
comment = RPKI Testbed
+
+[root]
+ # This one is only relevant if you're running rootd.
+ use chroot = no
+ read only = yes
+ transfer logging = yes
+ path = /some/where/publication.root
+ comment = RPKI Testbed Root