]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Squid: Prevent binaries within /var/ipfire/updatexlrator/bin/ from being owned by...
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 17 May 2021 19:05:07 +0000 (21:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 May 2021 20:49:02 +0000 (20:49 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/squid

index 33cb95ba16e0cb809d380dc1eb4cc0ead23f8309..18cb30ef7892fa8617210b842dc59924e268b275 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -171,6 +171,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.weekly
 
        chown -R nobody:nobody /var/ipfire/updatexlrator
+       chown -R root:root /var/ipfire/updatexlrator/bin
        chown nobody.squid /var/updatecache
        chown nobody.squid /var/updatecache/download
        chown nobody.squid /var/updatecache/metadata
@@ -186,7 +187,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown nobody.nobody /srv/web/ipfire/html/proxy.pac
        ln -sf /srv/web/ipfire/html/proxy.pac /srv/web/ipfire/html/wpad.dat
 
-       #Copy stylesheets for the errorpages
+       # Copy stylesheets for the errorpages
        cp -f $(DIR_SRC)/config/proxy/errorpage-ipfire.css /var/ipfire/proxy/
        cp -f /etc/squid/errorpage.css /var/ipfire/proxy/errorpage-squid.css