diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-15 13:47:03 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-15 13:47:03 -0700 |
commit | 540cf454c6f7a5595a0fce42906f2656dc10cc9f (patch) | |
tree | 581cd52701ac9440f50453001f3c4cdf3271c8b5 /debian | |
parent | 25438666015dc5ea9695f5172b0f4925c3ae2d9a (diff) | |
download | vyatta-cfg-quagga-540cf454c6f7a5595a0fce42906f2656dc10cc9f.tar.gz vyatta-cfg-quagga-540cf454c6f7a5595a0fce42906f2656dc10cc9f.zip |
Revert "Block remote access to rpc-bind port"
This change isn't needed.
This reverts commit 25438666015dc5ea9695f5172b0f4925c3ae2d9a.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 498e431f..21d7ff32 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -80,17 +80,8 @@ EOF cp $sysconfdir/$f /etc/ssh/$f fi done - - # block external rpc access - if ! grep -q "^portmap" /etc/hosts.deny - then cat <<-EOF >>/etc/hosts.deny - # Disable rpc access from other hosts - portmap: ALL - EOF - fi fi - # update crontab for logrotate grep -v logrotate /etc/crontab>/etc/crontab.$$ echo "*/10 * * * * root /usr/sbin/logrotate /etc/logrotate.conf" >> /etc/crontab.$$ |