mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Core Update 172: Fix permissions of some library files
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -6,3 +6,5 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
|||||||
srv/web/ipfire/cgi-bin/services.cgi
|
srv/web/ipfire/cgi-bin/services.cgi
|
||||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||||
var/ipfire/backup/bin/backup.pl
|
var/ipfire/backup/bin/backup.pl
|
||||||
|
var/ipfire/connscheduler/lib.pl
|
||||||
|
var/ipfire/updatexlrator/updxlrator-lib.pl
|
||||||
|
|||||||
@@ -98,6 +98,9 @@ ldconfig
|
|||||||
# Apply local configuration to sshd_config
|
# Apply local configuration to sshd_config
|
||||||
/usr/local/bin/sshctrl
|
/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
|
# Start services
|
||||||
/etc/init.d/unbound start
|
/etc/init.d/unbound start
|
||||||
if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then
|
if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then
|
||||||
|
|||||||
Reference in New Issue
Block a user