Core Update 172: Fix permissions of some library files

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-11-18 13:35:17 +00:00
parent 362c5537af
commit eae0cb549a
2 changed files with 5 additions and 0 deletions

View File

@@ -6,3 +6,5 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/services.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
var/ipfire/backup/bin/backup.pl
var/ipfire/connscheduler/lib.pl
var/ipfire/updatexlrator/updxlrator-lib.pl

View File

@@ -98,6 +98,9 @@ ldconfig
# Apply local configuration to sshd_config
/usr/local/bin/sshctrl
# Correct permissions of some library files
chown -v root:root /var/ipfire/connscheduler/lib.pl /var/ipfire/updatexlrator/updxlrator-lib.pl
# Start services
/etc/init.d/unbound start
if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then