~ubuntu-branches/ubuntu/jaunty/ufw/jaunty

« back to all changes in this revision

Viewing changes to tests/good/apps/result

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2009-01-16 08:02:36 UTC
  • mfrom: (30.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090116080236-9urunmvwlh89vfzj
Tags: 0.26-0ubuntu1
* new upstream release, which fixes:
  - formatting of dpkg output incorrect on upgrades (LP: #300726)
  - new REJECT functionality (LP: #197322)
  - ufw shouldn't flush built-in chains by default. New MANAGE_BUILTINS
    configuration option can be used to restore the old (flush) behavior
* debian/control:
  - Build-Depends-Indep on iptables (required for iptables version check in
    setup.py)
  - add ${misc:Depends} to Depends and bump Standards-Version to 3.8.0
  - update Description
  - move po-debconf to Build-Depends
* added debian/watch
* debian/source.lintian-overrides: don't complain about
  no-complete-debconf-translation
* debian/rules:
  - rename and gzip upstream changelogs
  - rename initscript.ubuntu to ufw.init and use dh_installinit (but
    continue to use /etc/defaults/ufw installed via setup.py for now)
  - cleanup dh_installdirs
  - use dh_installexamples for example files
  - run debconf-updatepo in clean target
* debian/postinst: remove old ufw.rules check because ufw.rules existed for
  only a short time during the Hardy development cycle, it's ignored by ufw
  and its existence is harmless.
* debian/config and debian/templates: remove ufw/oldrules
* provide debconf mechanism for enabling the firewall and setting some basic
  rules (LP: #307715)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5976
5976
Default application policy changed to 'allow'
5977
5977
 
5978
5978
 
5979
 
 
5980
5979
197: app --dry-run update --add-new Apache
5981
5980
WARN: Checks disabled
5982
5981
*filter
5998
5997
-A ufw-user-limit -j REJECT
5999
5998
-A ufw-user-limit-accept -j ACCEPT
6000
5999
COMMIT
6001
 
 
6002
6000
Rules updated
6003
6001
 
6004
6002
 
6007
6005
Default application policy changed to 'deny'
6008
6006
 
6009
6007
 
6010
 
 
6011
6008
199: app --dry-run update --add-new Samba
6012
6009
WARN: Checks disabled
6013
6010
*filter
6051
6048
-A ufw-user-limit -j REJECT
6052
6049
-A ufw-user-limit-accept -j ACCEPT
6053
6050
COMMIT
6054
 
 
6055
6051
Rules updated
6056
6052
 
6057
6053
 
6060
6056
Default application policy changed to 'skip'
6061
6057
 
6062
6058
 
6063
 
 
6064
6059
201: app --dry-run update --add-new Bind9
6065
6060
WARN: Checks disabled
6066
6061
 
6067
6062
 
 
6063
202: app default reject
 
6064
WARN: Checks disabled
 
6065
Default application policy changed to 'reject'
 
6066
 
 
6067
 
 
6068
203: app --dry-run update --add-new Samba
 
6069
WARN: Checks disabled
 
6070
*filter
 
6071
:ufw-user-input - [0:0]
 
6072
:ufw-user-output - [0:0]
 
6073
:ufw-user-forward - [0:0]
 
6074
:ufw-user-limit - [0:0]
 
6075
:ufw-user-limit-accept - [0:0]
 
6076
### RULES ###
 
6077
 
 
6078
### tuple ### reject udp 137,138 0.0.0.0/0 any 0.0.0.0/0 Samba -
 
6079
-A ufw-user-input -p udp -m multiport --dports 137,138 -j REJECT -m comment --comment 'dapp_Samba'
 
6080
 
 
6081
### END RULES ###
 
6082
-A ufw-user-input -j RETURN
 
6083
-A ufw-user-output -j RETURN
 
6084
-A ufw-user-forward -j RETURN
 
6085
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT]: "
 
6086
-A ufw-user-limit -j REJECT
 
6087
-A ufw-user-limit-accept -j ACCEPT
 
6088
COMMIT
 
6089
*filter
 
6090
:ufw-user-input - [0:0]
 
6091
:ufw-user-output - [0:0]
 
6092
:ufw-user-forward - [0:0]
 
6093
:ufw-user-limit - [0:0]
 
6094
:ufw-user-limit-accept - [0:0]
 
6095
### RULES ###
 
6096
 
 
6097
### tuple ### reject udp 137,138 0.0.0.0/0 any 0.0.0.0/0 Samba -
 
6098
-A ufw-user-input -p udp -m multiport --dports 137,138 -j REJECT -m comment --comment 'dapp_Samba'
 
6099
 
 
6100
### tuple ### reject tcp 139,445 0.0.0.0/0 any 0.0.0.0/0 Samba -
 
6101
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j REJECT --reject-with tcp-reset -m comment --comment 'dapp_Samba'
 
6102
 
 
6103
### END RULES ###
 
6104
-A ufw-user-input -j RETURN
 
6105
-A ufw-user-output -j RETURN
 
6106
-A ufw-user-forward -j RETURN
 
6107
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT]: "
 
6108
-A ufw-user-limit -j REJECT
 
6109
-A ufw-user-limit-accept -j ACCEPT
 
6110
COMMIT
 
6111
Rules updated
6068
6112
 
6069
6113
 
6070
6114
TESTING APPLICATION INTEGRATION (exact vs multi)
6071
 
202: --dry-run allow RunTest2
 
6115
204: --dry-run allow RunTest2
6072
6116
 
6073
6117