summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-09-04 01:38:31 +0000
committerneel <neel@FreeBSD.org>2014-09-04 01:38:31 +0000
commite7f9a8421633bb735c566148fe8cd8522158ff5c (patch)
treebcda2ba5dcb01106144c9e0575cbd21dda4c85a8 /usr.sbin/ppp
parent4480b8a63d1bd7977650f61794397f74bde685ae (diff)
downloadFreeBSD-src-e7f9a8421633bb735c566148fe8cd8522158ff5c.zip
FreeBSD-src-e7f9a8421633bb735c566148fe8cd8522158ff5c.tar.gz
MFC r270289:
Change file permissions for some setuid executables so they are "o+r". The executable itself doesn't contain any privileged information. An example of where this is useful is when makefs(8) is creating an image that includes /sbin/shutdown. This can now be done without root privileges.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 9943665..9bbcb6c 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -33,9 +33,9 @@ PPP_NO_PAM=
.endif
.if defined(PPP_NO_SUID)
-BINMODE=550
+BINMODE=554
.else
-BINMODE=4550
+BINMODE=4554
BINOWN= root
.endif
BINGRP= network
OpenPOWER on IntegriCloud