]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
prscript: add a comment on the SELinux issue
authorEric Leblond <eric@regit.org>
Tue, 10 Mar 2015 18:55:23 +0000 (19:55 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 7 Apr 2015 09:03:52 +0000 (11:03 +0200)
qa/prscript.py

index 001c92b34124710cb803753e1a214979915bc3f3..6dcc36fcb7513d51303f26c47f2b6e251e0c0389 100755 (executable)
 # 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