Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/dbus: fix group and mode for the launcher
@ 2020-06-05 22:52 Norbert Lange
  2020-06-05 22:52 ` [Buildroot] [PATCH 2/2] package/dbus: remove /usr/lib/dbus-1.0 if empty Norbert Lange
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Norbert Lange @ 2020-06-05 22:52 UTC (permalink / raw)
  To: buildroot

see bus/Makefile.am

Signed-off-by: Norbert Lange <nolange79@gmail.com>
---
 package/dbus/dbus.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index a4043864d1..bb9f17a5e0 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -11,7 +11,7 @@ DBUS_LICENSE_FILES = COPYING
 DBUS_INSTALL_STAGING = YES
 
 define DBUS_PERMISSIONS
-	/usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - -
+	/usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -
 endef
 
 define DBUS_USERS
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-12 20:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-05 22:52 [Buildroot] [PATCH 1/2] package/dbus: fix group and mode for the launcher Norbert Lange
2020-06-05 22:52 ` [Buildroot] [PATCH 2/2] package/dbus: remove /usr/lib/dbus-1.0 if empty Norbert Lange
2020-06-06 20:38   ` Thomas Petazzoni
2020-06-06 22:36     ` Norbert Lange
2020-06-07  8:45       ` Thomas Petazzoni
2020-06-07 20:57         ` Norbert Lange
2020-06-06 20:35 ` [Buildroot] [PATCH 1/2] package/dbus: fix group and mode for the launcher Thomas Petazzoni
2020-07-12 20:22 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox