Revert "Make dnsmasq.conf readable from everyone"

This reverts commit d19aaa2f56.
This commit is contained in:
oblique 2015-09-02 00:03:43 +03:00
parent b359b899e8
commit 77ef5e992b

View File

@ -1515,7 +1515,6 @@ fi
if [[ "$SHARE_METHOD" == "bridge" ]]; then
echo "bridge=${BRIDGE_IFACE}" >> $CONFDIR/hostapd.conf
else
umask 0033
# dnsmasq config (dhcp + dns)
DNSMASQ_VER=$(dnsmasq -v | grep -m1 -oE '[0-9]+(\.[0-9]+)*\.[0-9]+')
version_cmp $DNSMASQ_VER 2.63
@ -1531,7 +1530,6 @@ dhcp-range=${GATEWAY%.*}.1,${GATEWAY%.*}.254,255.255.255.0,24h
dhcp-option=option:router,${GATEWAY}
EOF
[[ $ETC_HOSTS -eq 0 ]] && echo no-hosts >> $CONFDIR/dnsmasq.conf
umask $SCRIPT_UMASK
fi
# initialize WiFi interface