diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index a3526f935fce..5e625b6790f5 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -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