mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bernhard Walle <bernhard@bwalle.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] busybox: Fix permission of /etc/sysctl.conf
Date: Tue,  4 Jun 2013 14:19:11 +0200	[thread overview]
Message-ID: <1370348351-20471-1-git-send-email-bernhard@bwalle.de> (raw)

It's not necessary to make /etc/sysctl.conf executable.

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
 rules/busybox.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/busybox.make b/rules/busybox.make
index 48b0a23..203aa52 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -233,7 +233,7 @@ ifdef PTXCONF_BUSYBOX_CROND
 endif
 
 ifdef PTXCONF_BUSYBOX_BB_SYSCTL
-	@$(call install_alternative, busybox, 0, 0, 0755, /etc/sysctl.conf)
+	@$(call install_alternative, busybox, 0, 0, 0644, /etc/sysctl.conf)
 endif
 
 	@$(call install_finish, busybox)
-- 
1.8.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2013-06-04 12:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04 12:19 Bernhard Walle [this message]
2013-06-05  9:53 ` Michael Olbrich

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=1370348351-20471-1-git-send-email-bernhard@bwalle.de \
    --to=bernhard@bwalle.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