mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-27 14:54:07 +08:00
package/ejabberd: fix ejabberdctl permissions
Allow ejabberd user to run ejabberdctl. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8dc548905f
commit
2877aef3d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user