* Don't allow any sort of port forwarding to the console server.
svn path=/trunk/packages/invirt-console/; revision=2314
+invirt-console (0.2.9) unstable; urgency=high
+
+ * Don't allow any sort of port forwarding to the console server.
+
+ -- Evan Broder <broder@mit.edu> Mon, 27 Apr 2009 20:08:48 -0400
+
invirt-console (0.2.8) unstable; urgency=low
* Add conserver-server to -server's dependencies.
#!/usr/bin/perl -0p
s/^#?PrintLastLog .*$/PrintLastLog no/m or die;
+s/$/\nAllowTcpForwarding no/ or die;
+s/^#?X11Forwarding .*$/X11Forwarding no/m or die;