Merge "Prevent using abstract terms in the property name" am: ba8a309773
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1462103 Change-Id: Ie49560910bfb02bd5b1fba4549963c7b50d9b7d2
This commit is contained in:
commit
0e408358d1
1 changed files with 2 additions and 2 deletions
|
|
@ -1011,8 +1011,8 @@ on property:sys.sysctl.extra_free_kbytes=*
|
|||
write /proc/sys/vm/extra_free_kbytes ${sys.sysctl.extra_free_kbytes}
|
||||
|
||||
# "tcp_default_init_rwnd" Is too long!
|
||||
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:net.tcp_def_init_rwnd=*
|
||||
write /proc/sys/net/ipv4/tcp_default_init_rwnd ${net.tcp_def_init_rwnd}
|
||||
|
||||
# perf_event_open syscall security:
|
||||
# Newer kernels have the ability to control the use of the syscall via SELinux
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue