From: Eric Leblond Date: Tue, 10 Mar 2015 18:55:23 +0000 (+0100) Subject: prscript: add a comment on the SELinux issue X-Git-Tag: suricata-2.1beta4~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be473fa71233d53a9742c0c30aa5ce561b300eff;p=thirdparty%2Fsuricata.git prscript: add a comment on the SELinux issue --- diff --git a/qa/prscript.py b/qa/prscript.py index 001c92b341..6dcc36fcb7 100755 --- a/qa/prscript.py +++ b/qa/prscript.py @@ -14,6 +14,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Note to Docker users: +# If you are running SELinux in enforced mode, you may want to run +# chcon -Rt svirt_sandbox_file_t SURICATA_ROOTSRC_DIR +# or the buildbot will not be able to access to the data in /data/oisf +# and the git step will fail. + import urllib, urllib2, cookielib try: import simplejson as json