summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r--net-dialup/ppp/files/2.4.1-r6/net.ppp04
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/ppp/files/2.4.1-r6/net.ppp0 b/net-dialup/ppp/files/2.4.1-r6/net.ppp0
index f713f7fb8dfe..6efb880d2003 100644
--- a/net-dialup/ppp/files/2.4.1-r6/net.ppp0
+++ b/net-dialup/ppp/files/2.4.1-r6/net.ppp0
@@ -185,9 +185,9 @@ setup_cfg_files() {
# Setup the secrets files
echo "${USERNAME} ${PEER} \"${PASSWORD}\"" >/etc/ppp/chap-secrets
- chmod 660 /etc/ppp/chap-secrets
+ chmod 600 /etc/ppp/chap-secrets
echo "${USERNAME} ${PEER} \"${PASSWORD}\"" >/etc/ppp/pap-secrets
- chmod 660 /etc/ppp/pap-secrets
+ chmod 600 /etc/ppp/pap-secrets
# Setup the chat file
if [ -n "${INITSTRING}" ] ; then