mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 07:53:01 +02:00
Merge remote-tracking branch 'ms/axel-fixperms' into next
This commit is contained in:
@@ -34,17 +34,15 @@ SUID_PROGS = setdmzholes setportfw setxtaccess \
|
||||
smartctrl clamavctrl addonctrl pakfire mpfirectrl wlanapctrl \
|
||||
setaliases urlfilterctrl updxlratorctrl fireinfoctrl rebuildroutes \
|
||||
getconntracktable
|
||||
SUID_UPDX = updxsetperms
|
||||
|
||||
install : all
|
||||
install -m 755 $(PROGS) /usr/local/bin
|
||||
install -m 4750 -g nobody $(SUID_PROGS) /usr/local/bin
|
||||
install -m 4750 -g squid $(SUID_UPDX) /usr/local/bin
|
||||
|
||||
all : $(PROGS) $(SUID_PROGS) $(SUID_UPDX)
|
||||
all : $(PROGS) $(SUID_PROGS)
|
||||
|
||||
clean :
|
||||
-rm -f $(PROGS) $(SUID_PROGS) $(SUID_UPDX) *.o core
|
||||
-rm -f $(PROGS) $(SUID_PROGS) *.o core
|
||||
|
||||
######
|
||||
|
||||
@@ -58,8 +56,6 @@ $(SUID_PROGS): setuid.o
|
||||
|
||||
$(PROGS): setuid.o
|
||||
|
||||
$(SUID_UPDX): setuid.o
|
||||
|
||||
logwatch: logwatch.c setuid.o ../install+setup/libsmooth/varval.o
|
||||
$(COMPILE) -I../install+setup/libsmooth/ logwatch.c setuid.o ../install+setup/libsmooth/varval.o -o $@
|
||||
|
||||
@@ -153,9 +149,6 @@ wlanapctrl: wlanapctrl.c setuid.o ../install+setup/libsmooth/varval.o
|
||||
setaliases: setaliases.c setuid.o ../install+setup/libsmooth/varval.o
|
||||
$(COMPILE) -I../install+setup/libsmooth/ setaliases.c setuid.o ../install+setup/libsmooth/varval.o -o $@
|
||||
|
||||
updxsetperms: updxsetperms.c setuid.o ../install+setup/libsmooth/varval.o
|
||||
$(COMPILE) -I../install+setup/libsmooth/ updxsetperms.c setuid.o ../install+setup/libsmooth/varval.o -o $@
|
||||
|
||||
fireinfoctrl: fireinfoctrl.c setuid.o ../install+setup/libsmooth/varval.o
|
||||
$(COMPILE) -I../install+setup/libsmooth/ fireinfoctrl.c setuid.o ../install+setup/libsmooth/varval.o -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user