Changeset 141418f in freewrt for package/iptables/Makefile


Ignore:
Timestamp:
Jul 9, 2006, 12:57:58 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e4ba301
Parents:
9282773
Message:
  • remove some obsolete firewall config stuff
  • add old-style network configuration based on nvram
  • add new rc.conf file to configure which services should be started on startup, bsd-ish behavior
  • disable firewall by default in rc.conf, remote update via ssh is now possible. port 22 is open by default on wan side
  • enable suid bit on busybox and add a "admin" user
  • ssh via root is disabled (dropbear -w)
  • default password for "admin" is "FreeWRT", as well as for root please change directly after installation
  • remove telnetd from startup, will be used only for failsafe

git-svn-id: svn://www.freewrt.org/trunk/freewrt@181 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/iptables/Makefile

    r9282773 r141418f  
    7373               
    7474$(IPKG_IPTABLES):
    75         install -d -m0755 $(IDIR_IPTABLES)/etc/config
    76         install -m0644 ./files/firewall.config $(IDIR_IPTABLES)/etc/config/firewall
    7775        install -d -m0755 $(IDIR_IPTABLES)/etc/init.d
    7876        install -m0755 ./files/firewall.init $(IDIR_IPTABLES)/etc/init.d/S45firewall
    79         install -m0755 ./files/firewall.user $(IDIR_IPTABLES)/etc/
    80         install -d -m0755 $(IDIR_IPTABLES)/usr/lib
    81         install -m0644 ./files/firewall.awk $(IDIR_IPTABLES)/usr/lib
    8277        install -d -m0755 $(IDIR_IPTABLES)/usr/sbin
    8378        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables $(IDIR_IPTABLES)/usr/sbin/
Note: See TracChangeset for help on using the changeset viewer.