diff options
author | Frederic Lepied <flepied@mandriva.com> | 2001-12-02 06:03:03 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2001-12-02 06:03:03 +0000 |
commit | 6bee859a12623d0b04d3672fade41b8b181bdb19 (patch) | |
tree | c0c8e5ff0ed1e3f6508386f5684c39dbd9a4771b /init-sh/level0.sh | |
parent | 622336d30f57e10f89dff90691fec753bead9e98 (diff) | |
download | msec-6bee859a12623d0b04d3672fade41b8b181bdb19.tar msec-6bee859a12623d0b04d3672fade41b8b181bdb19.tar.gz msec-6bee859a12623d0b04d3672fade41b8b181bdb19.tar.bz2 msec-6bee859a12623d0b04d3672fade41b8b181bdb19.tar.xz msec-6bee859a12623d0b04d3672fade41b8b181bdb19.zip |
added sysctl.conf, host.conf and /etc/issue{.net} customization.
Diffstat (limited to 'init-sh/level0.sh')
-rwxr-xr-x | init-sh/level0.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/init-sh/level0.sh b/init-sh/level0.sh index 927b6eb..b893546 100755 --- a/init-sh/level0.sh +++ b/init-sh/level0.sh @@ -77,6 +77,21 @@ echo "Adding system users to specific groups :" /usr/share/msec/grpuser.sh --refresh echo -e "done.\n" +# icmp echo +echo "Enabling icmp echo :" +AddRules "net.ipv4.icmp_echo_ignore_all=0" /etc/sysctl.conf +AddRules "net.ipv4.icmp_echo_ignore_broadcasts=0" /etc/sysctl.conf + +# bad error +echo "Disabling bad error message Protection :" +AddRules "net.ipv4.icmp_ignore_bogus_error_responses=0" /etc/sysctl.conf + +# log strange packets +echo "Disabling logging Spoofed Packets, Source Routed Packets, Redirect Packets :" +AddRules "net.ipv4.conf.all.log_martians=0" /etc/sysctl.conf + +LoadSysctl + AllowAutologin # Boot on a shell / authorize ctrl-alt-del |