commit 11874b8dfe4b468f22572bab093cb7057d164e4d Author: Ximin Luo infinity0@gmx.com Date: Tue Oct 8 14:43:14 2013 +0100
don't change owner of secret files; they are read by root and then privileges are dropped --- facilitator/Makefile.am | 2 -- 1 file changed, 2 deletions(-)
diff --git a/facilitator/Makefile.am b/facilitator/Makefile.am index 740ac3f..559f12c 100644 --- a/facilitator/Makefile.am +++ b/facilitator/Makefile.am @@ -86,8 +86,6 @@ install-secrets: "Replace this file's contents with your Gmail app-specific password;" @echo >> $(pkgconfdir)/reg-email.pass \ "see gmail-howto.txt in this package's documentation for details." - chown $(fpfacilitatoruser): $(pkgconfdir)/reg-daemon.key - chown $(fpfacilitatoruser): $(pkgconfdir)/reg-email.pass
remove-secrets: rm -f $(pkgconfdir)/reg-*
tor-commits@lists.torproject.org