d2e1ce4
From ab8b06cdc1075abc67f77e7c3bb684e20071d614 Mon Sep 17 00:00:00 2001
d2e1ce4
From: Michal Sekletar <msekleta@redhat.com>
d2e1ce4
Date: Thu, 10 Apr 2014 10:09:41 +0200
d2e1ce4
Subject: [PATCH 25/27] pppd: install pppd binary using standard perms (755)
d2e1ce4
d2e1ce4
---
d2e1ce4
 pppd/Makefile.linux | 4 ++--
d2e1ce4
 1 file changed, 2 insertions(+), 2 deletions(-)
d2e1ce4
d2e1ce4
diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
d2e1ce4
index 0e8107f..534ccc2 100644
d2e1ce4
--- a/pppd/Makefile.linux
d2e1ce4
+++ b/pppd/Makefile.linux
d2e1ce4
@@ -223,10 +223,10 @@ all: $(TARGETS)
d2e1ce4
 install: pppd
d2e1ce4
 	mkdir -p $(BINDIR) $(MANDIR)
d2e1ce4
 	$(EXTRAINSTALL)
d2e1ce4
-	$(INSTALL) -c -m 555 pppd $(BINDIR)/pppd
d2e1ce4
+	$(INSTALL) -c -m 755 pppd $(BINDIR)/pppd
d2e1ce4
 	if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \
d2e1ce4
 	  chmod o-rx,u+s $(BINDIR)/pppd; fi
d2e1ce4
-	$(INSTALL) -c -m 444 pppd.8 $(MANDIR)
d2e1ce4
+	$(INSTALL) -c -m 644 pppd.8 $(MANDIR)
d2e1ce4
 
d2e1ce4
 pppd: $(PPPDOBJS)
d2e1ce4
 	$(CC) $(CFLAGS) $(LDFLAGS) -o pppd $(PPPDOBJS) $(LIBS)
d2e1ce4
-- 
d2e1ce4
1.8.3.1
d2e1ce4