From e381346d10020826ecdcc83f797022193f7586fb Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 28 Apr 2022 15:51:01 -0400 Subject: [PATCH] Suggest disabling apparmor for ejabberd in README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index 864ef31..e43781c 100644 --- a/README +++ b/README @@ -198,6 +198,19 @@ create a file within the `/etc/ld.so.conf.d/` directory, and then run Configure the ejabberd server ----------------------------- +[TIP] +===== +It is recommended to disable the apparmor profile for ejabberd on *Ubuntu* before +continuing. If you are installing on any version of *Ubuntu*, run the following +commands as the *root* Linux account: + +[source,bash] +--------------------------------------------------------------------------- +ln -s /etc/apparmor.d/usr.sbin.ejabberdctl /etc/apparmor.d/disable/ +apparmor_parser -R /etc/apparmor.d/usr.sbin.ejabberdctl +--------------------------------------------------------------------------- +===== + OpenSRF requires an XMPP (Jabber) server. For performance reasons, ejabberd is the Jabber server of choice for the OpenSRF project. In most cases, you only have to make a few changes to the default configuration file to make ejabberd -- 2.11.0