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:
parent
f98fc09d13
commit
bc7d9d78f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user