Skip to content

Commit

Permalink
Merge tag 'android-6.0.1_r61' into HEAD
Browse files Browse the repository at this point in the history
Android 6.0.1 Release 61 (MOB30Z)

Change-Id: I84413f1198957a53433955e617a7226639262f40
  • Loading branch information
Jessica Wagantall committed Aug 2, 2016
2 parents 4123d86 + 671d62d commit 4a978c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,11 @@ on property:sys.sysctl.extra_free_kbytes=*
on property:sys.sysctl.tcp_def_init_rwnd=*
write /proc/sys/net/ipv4/tcp_default_init_rwnd ${sys.sysctl.tcp_def_init_rwnd}

on property:security.perf_harden=0
write /proc/sys/kernel/perf_event_paranoid 1

on property:security.perf_harden=1
write /proc/sys/kernel/perf_event_paranoid 3

## Daemon processes to be run by init.
##
Expand Down

0 comments on commit 4a978c6

Please sign in to comment.