All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jared Bents <jared.bents@rockwellcollins.com>
To: buildroot@uclibc.org
Cc: Jared Bents <jared.bents@rockwellcollins.com>
Subject: [Buildroot] [PATCH v1 1/1] package/rsyslog: update to fix service permissions
Date: Wed, 11 May 2022 09:22:28 -0500	[thread overview]
Message-ID: <20220511142228.29978-1-jared.bents@rockwellcollins.com> (raw)

Update to fix the permissions being set when installing the
rsyslog service. The service should be installed with 644
permissions and not 755 permissions.

Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
---
 package/rsyslog/rsyslog.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index afd1a5557e..7cd75b19b6 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -121,7 +121,7 @@ RSYSLOG_CONF_OPTS += \
 endif
 
 define RSYSLOG_INSTALL_INIT_SYSTEMD
-	$(INSTALL) -m 0755 -D package/rsyslog/rsyslog.service \
+	$(INSTALL) -m 0644 -D package/rsyslog/rsyslog.service \
 		$(TARGET_DIR)/usr/lib/systemd/system/rsyslog.service
 endef
 
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2022-05-11 15:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-11 14:22 Jared Bents [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-11 14:33 [Buildroot] [PATCH v1 1/1] package/rsyslog: update to fix service permissions Jared Bents
2022-07-26 21:33 ` Thomas Petazzoni via buildroot
2022-08-29  6:56 ` Peter Korsgaard

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=20220511142228.29978-1-jared.bents@rockwellcollins.com \
    --to=jared.bents@rockwellcollins.com \
    --cc=buildroot@uclibc.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.