~jdstrand/ufw/ufw-xenial

« back to all changes in this revision

Viewing changes to README

  • Committer: Jamie Strandboge
  • Date: 2012-12-04 15:40:10 UTC
  • Revision ID: jamie@canonical.com-20121204154010-hju2cu9pwhm99sxx
update to new upstream 0.33 release
adjust debian/after6.rules.md5sum and debian/before6.rules.md5sum

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
Can also just run from the source directory:
323
323
$ ./run_tests.sh -s
324
324
 
 
325
You may also specify an interpreter for the tests. Eg:
 
326
$ ./run_tests.sh -s -i /usr/local/bin/python2.7
 
327
 
325
328
Or for the root tests (these are iptables version dependent, will modify your
326
329
existing firewall and insert kernel modules, so they require root privileges
327
330
and aren't run by default):
328
331
# ./run_tests.sh -s root
329
332
 
330
 
You may also specify an interpreter for the tests. Eg:
331
 
$ ./run_tests.sh -s -i /usr/local/bin/python2.7
 
333
Finally, ufw's behavior may differ based on available kernel features. The
 
334
root_kern tests assume all kernel features supported by check-requirements
 
335
are enabled. They behave just like the root tests.
332
336
 
333
337
 
334
338
Copyright 2008-2012 Canonical Ltd.