From: Juergen Beisert <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] PPP: fix config variable to do the right thing
Date: Tue, 4 Feb 2014 10:58:33 +0100 [thread overview]
Message-ID: <1391507914-1659-2-git-send-email-jbe@pengutronix.de> (raw)
In-Reply-To: <1391507914-1659-1-git-send-email-jbe@pengutronix.de>
Using the correct config var name will really install ppp with suid permissions
Reported-by: Bart Vanhaute <bart.vanhaute@trimbletl.com>
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
---
rules/ppp.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/ppp.make b/rules/ppp.make
index d4d0171..f9c5917 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -147,7 +147,7 @@ $(STATEDIR)/ppp.targetinstall:
@$(call install_fixup, ppp,AUTHOR,"Robert Schwebel (r.schwebel@pengutronix.de)")
@$(call install_fixup, ppp,DESCRIPTION,missing)
-ifdef PTXCONFIG_PPP_SUID
+ifdef PTXCONF_PPP_SUID
@$(call install_copy, ppp, 0, 0, 4755, -, /usr/sbin/pppd)
else
@$(call install_copy, ppp, 0, 0, 0755, -, /usr/sbin/pppd)
--
1.8.5.3
--
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2014-02-04 9:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-04 9:58 [ptxdist] [PATCH] PPP: some fixes Juergen Beisert
2014-02-04 9:58 ` Juergen Beisert [this message]
2014-02-04 9:58 ` [ptxdist] [PATCH 2/2] PPP: another package which needs the Linux kernel version Juergen Beisert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1391507914-1659-2-git-send-email-jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox