[Freeswitch-svn] [commit] r11871 - freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv

FreeSWITCH SVN mikej at freeswitch.org
Wed Feb 11 09:37:39 PST 2009


Author: mikej
Date: Wed Feb 11 11:37:39 2009
New Revision: 11871

Log:
Fri Feb  6 07:48:45 CST 2009  Pekka Pessi <first.last at nokia.com>
  * run_test_sresolv: check for apparmor, too



Modified:
   freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv/run_test_sresolv

Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv/run_test_sresolv
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv/run_test_sresolv	(original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/sresolv/run_test_sresolv	Wed Feb 11 11:37:39 2009
@@ -168,6 +168,10 @@
     echo $0: cannot start named >&2 ;
     if fgrep -i -e SELINUX=enforcing /etc/selinux/config >/dev/null 2>&1 ; then
 	echo $0: perhaps you have to disable SELinux protection for named
+    elif test -d /etc/apparmor.d ; then
+	echo $0: perhaps you have to disable apparmor protection for named
+    else
+	echo $0: perhaps you have to disable apparmor or SELinux
     fi
     exit 77
 }



More information about the Freeswitch-svn mailing list