Remove world read bit from the ppp binary; we don't do world-execute,

so it was inconsistent (although probably not harmful) to have
world-read.

Submitted by:	Socketd <db@traceroute.dk>
This commit is contained in:
rwatson 2003-06-23 15:37:08 +00:00
parent f98fc09d13
commit bc7d9d78f7

View File

@ -20,9 +20,9 @@ NOSUID= true
.endif
.if defined(NOSUID) || defined(PPP_NOSUID)
BINMODE=554
BINMODE=550
.else
BINMODE=4554
BINMODE=4550
BINOWN= root
.endif
BINGRP= network