install tinyproxy to bin/, not /sbin

sbin/ is meant for programs only usable by root, but in tinyproxy's
case, regular users can and *should* use tinyproxy; meaning it is
preferable from a security PoV to use tinyproxy as regular user.
This commit is contained in:
rofl0r 2018-03-16 15:21:20 +00:00 committed by Michael Adam
parent 09979629c0
commit 8d0ea71486

View File

@ -17,7 +17,7 @@
pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
sbin_PROGRAMS = tinyproxy
bin_PROGRAMS = tinyproxy
AM_CPPFLAGS = \
-DSYSCONFDIR=\"${pkgsysconfdir}\" \