Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ejabberd: fix ejabberdctl permissions
@ 2018-12-05 16:11 Johan Oudinet
  2018-12-06 20:11 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Oudinet @ 2018-12-05 16:11 UTC (permalink / raw)
  To: buildroot

Allow ejabberd user to run ejabberdctl.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
---
 package/ejabberd/ejabberd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ejabberd/ejabberd.mk b/package/ejabberd/ejabberd.mk
index 26768c7f89..6982375cf4 100644
--- a/package/ejabberd/ejabberd.mk
+++ b/package/ejabberd/ejabberd.mk
@@ -56,6 +56,7 @@ endef
 
 define EJABBERD_PERMISSIONS
 	/etc/ejabberd r 750 root ejabberd - - - - -
+	/usr/sbin/ejabberdctl f 750 root ejabberd - - - - -
 endef
 
 define EJABBERD_INSTALL_INIT_SYSV
-- 
2.17.1

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

* [Buildroot] [PATCH] package/ejabberd: fix ejabberdctl permissions
  2018-12-05 16:11 [Buildroot] [PATCH] package/ejabberd: fix ejabberdctl permissions Johan Oudinet
@ 2018-12-06 20:11 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-12-06 20:11 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  5 Dec 2018 17:11:31 +0100, Johan Oudinet wrote:
> Allow ejabberd user to run ejabberdctl.
> 
> Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
> ---
>  package/ejabberd/ejabberd.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-12-06 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-05 16:11 [Buildroot] [PATCH] package/ejabberd: fix ejabberdctl permissions Johan Oudinet
2018-12-06 20:11 ` Thomas Petazzoni

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