From bc7d9d78f7464b4c67e202934e3f8412170c87a6 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 23 Jun 2003 15:37:08 +0000 Subject: [PATCH] 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 --- usr.sbin/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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