From f8f6c5d391017796242bb9feb010ba980e280c58 Mon Sep 17 00:00:00 2001 From: hagbard Date: Tue, 8 Jan 2019 13:54:25 -0800 Subject: Type fixed. --- data/live-build-config/hooks/live/08-sysconf.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/live-build-config') diff --git a/data/live-build-config/hooks/live/08-sysconf.chroot b/data/live-build-config/hooks/live/08-sysconf.chroot index f6607410..b7b2f831 100755 --- a/data/live-build-config/hooks/live/08-sysconf.chroot +++ b/data/live-build-config/hooks/live/08-sysconf.chroot @@ -38,7 +38,7 @@ update_sysctl_conf net.ipv4.ip_forward 1 \ # "enable ipv6 forwarding" update_sysctl_conf net.core.rmem_max 223232 \ "maximize netlink buffers" -update_sysctl_conf net.ipv4.conf.all.send_redirects 0 +update_sysctl_conf net.ipv4.conf.all.send_redirects 0 \ "disable IPv4 ICMP redirects" # Local Variables: -- cgit v1.2.3