mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
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
1232acdba3
commit
4d8cde2b41
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116737
@ -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