summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-files/base-files
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-24 13:03:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-24 13:05:13 +0000
commitf8539239bc473279cc475b07c22e1e96514c6d2f (patch)
tree1a49b6c6903714fe11156379017f9eb0020cc846 /meta/recipes-core/base-files/base-files
parentadac5a690fd5b4239bb59ec54e3e5174dbcf29e9 (diff)
downloadpoky-f8539239bc473279cc475b07c22e1e96514c6d2f.tar.gz
base-files: Remove sysctl.conf file. This is now provided by the procpc recipe.
The base-files version is horribly outdated too. [YOCTO #924] (From OE-Core rev: f61df1f1e4a191ed3dd3d71aa78a479c615b14d1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/base-files/base-files')
-rw-r--r--meta/recipes-core/base-files/base-files/sysctl.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-core/base-files/base-files/sysctl.conf b/meta/recipes-core/base-files/base-files/sysctl.conf
deleted file mode 100644
index d466a94eed..0000000000
--- a/meta/recipes-core/base-files/base-files/sysctl.conf
+++ /dev/null
@@ -1,29 +0,0 @@
1#
2# Configuration file for setting system variables in /proc
3#
4
5#kernel.domainname = example.com
6#net/ipv4/icmp_echo_ignore_broadcasts=1
7
8# the following stops low-level messages on console
9#kernel.printk = 4 4 1 7
10
11# enable /proc/$pid/maps privacy so that memory relocations are not
12# visible to other users.
13#kernel.maps_protect = 1
14
15##############################################################3
16# Functions previously found in netbase
17#
18
19# Uncomment the next line to enable Spoof protection (reverse-path filter)
20#net.ipv4.conf.default.rp_filter=1
21
22# Uncomment the next line to enable TCP/IP SYN cookies
23#net.ipv4.tcp_syncookies=1
24
25# Uncomment the next line to enable packet forwarding for IPv4
26#net.ipv4.conf.default.forwarding=1
27
28# Uncomment the next line to enable packet forwarding for IPv6
29#net.ipv6.conf.default.forwarding=1