diff options
author | Rob Austein <sra@hactrn.net> | 2013-07-06 07:01:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-07-06 07:01:44 +0000 |
commit | bb9d8597dd2d2b2df1bdbe02c50352b92024bedb (patch) | |
tree | 2a5ac510a5ff7bf25f288505cc21ee6afcd52601 /rtr-origin/rules.linux.mk | |
parent | 4073245905b3573f6868a2c25769daa49f37f97f (diff) |
Switch rpki-rtr sockets directory from being owned by "nobody" to
being owned by another userid we invented, so kickme works right when
not running --cronjob as root. See #557. May need more testing as I
am committing this in haste at NRT RedRug and testing on VMs while in
transit....
svn path=/trunk/; revision=5426
Diffstat (limited to 'rtr-origin/rules.linux.mk')
-rw-r--r-- | rtr-origin/rules.linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtr-origin/rules.linux.mk b/rtr-origin/rules.linux.mk index 2faa0e41..73a00f9d 100644 --- a/rtr-origin/rules.linux.mk +++ b/rtr-origin/rules.linux.mk @@ -19,7 +19,7 @@ ${DESTDIR}/etc/xinetd.d/rpki-rtr: print " protocol = tcp"; \ print " port = ${RPKI_RTR_PORT}"; \ print " wait = no"; \ - print " user = nobody"; \ + print " user = rpkirtr"; \ print " server = /usr/bin/rtr-origin"; \ print " server_args = --server /var/rcynic/rpki-rtr"; \ print "}"; \ |