Package: guarddog
Version: 2.4.0-1
Severity: important

/etc/ppp/ip-up.d/50guarddog
#!/bin/sh

# If we are being called by ifupdown when it changes a PPP interface,
# and if the appropriate file is in place to do this for PPP anyway,
# don't do anything.
[ -x /etc/ppp/ip-up.d/50guarddog -a "$MODE" = "start" -a "$METHOD" = "ppp" ] &&
exit 0
[ -x /etc/ppp/ip-down.d/50guarddog -a "$MODE" = "stop" -a "$METHOD" = "ppp" ] &&
 exit 0

# setup guarddog firewall
if [ -x /etc/rc.firewall ]; then
  /bin/bash /etc/rc.firewall
fi

the two ppp check had to be removed from the ppp scripts else they never 
execute.
same for ppp down scripts

Thanks for the package, with a few customized rules it provide a good set of 
rules 
that fit really well for desktop use. The only way to do better would ba a dbus
listener that ask if we want to open a port when an application needs it, 
closing
 afterwards :)

Alban






-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages guarddog depends on:
ii  gawk                 1:3.1.4-2           GNU awk, a pattern scanning and pr
ii  kdelibs4             4:3.3.2-4.0.2       KDE core libraries
ii  libart-2.0-2         2.3.17-1            Library of functions for 2D graphi
ii  libc6                2.3.4-2             GNU C Library: Shared libraries an
ii  libgamin0 [libfam0c1 0.0.21-1            Library for the gamin file and dir
ii  libgcc1              1:4.0-0pre9         GCC support library
ii  libice6              4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11             0.5.13-1.0          GNU libidn library, implementation
ii  libpng12-0           1.2.8rel-1          PNG library - runtime
ii  libqt3c102-mt        3:3.3.4-1           Qt GUI Library (Threaded runtime v
ii  libsm6               4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5           1:3.3.5-12          The GNU Standard C++ Library v3
ii  libx11-6             4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6             4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxrender1          0.8.3-7             X Rendering Extension client libra
ii  xlibs                4.3.0.dfsg.1-12     X Keyboard Extension (XKB) configu
ii  zlib1g               1:1.2.2-4           compression library - runtime

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to