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:
parent
09979629c0
commit
8d0ea71486
@ -17,7 +17,7 @@
|
||||
|
||||
pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
|
||||
|
||||
sbin_PROGRAMS = tinyproxy
|
||||
bin_PROGRAMS = tinyproxy
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DSYSCONFDIR=\"${pkgsysconfdir}\" \
|
||||
|
Loading…
Reference in New Issue
Block a user