summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorBenedict Wong <benedictwong@google.com>2018-03-21 17:03:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-03-21 17:03:39 +0000
commit1f70d1cac570550daa67796241f3885dd09f7e2e (patch)
tree1a99e2073885ab16e8e9438823c4ef53117ce192 /rootdir
parentbe3cd3c0d8ba46ba29bb448e01d30166e1debd26 (diff)
parent89c9c9b18bec440f1507e686f98af61e9b611cb7 (diff)
downloadsystem_core-1f70d1cac570550daa67796241f3885dd09f7e2e.tar.gz
system_core-1f70d1cac570550daa67796241f3885dd09f7e2e.tar.bz2
system_core-1f70d1cac570550daa67796241f3885dd09f7e2e.zip
Merge "Set SPI Allocation Timeout to One Hour" into pi-dev
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 4d823ea92..3bbc50622 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -576,6 +576,9 @@ on boot
hostname localhost
domainname localdomain
+ # IPsec SA default expiration length
+ write /proc/sys/net/core/xfrm_acq_expires 3600
+
# Memory management. Basic kernel parameters, and allow the high
# level system server to be able to adjust the kernel OOM driver
# parameters to match how it is managing things.