Basic restrictive firewall debian/0
authorClinton Ebadi <clinton@unknownlamer.org>
Thu, 29 Mar 2012 06:48:44 +0000 (02:48 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Thu, 29 Mar 2012 06:48:44 +0000 (02:48 -0400)
commitd4245e04087ddf9d3a8284357c710be5351ca073
tree611e8e3cb6633fdea8de21e2a6c45924616b5540
Basic restrictive firewall
* Only open ports needed for kerberos, afs, ntp, dns requests, ssh
* Only root can open http connections (for apt)
* Outgoing icmp requests disabled for now -- this was thh default,
  not certain if there are any advantages/disadvantages to this
* Include local in/out ports using local conffiles (for now, fwtool
  will surface properly eventually)
14 files changed:
debian/README [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/README.source [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/hcoop-firewall-config.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
files/ferm.conf.hcoop [new file with mode: 0644]
files/local_ports_in.conf [new file with mode: 0644]
files/local_ports_out.conf [new file with mode: 0644]