Merge "init.rc: disable kernel module autoloading" am: e7f014da9c
Change-Id: I2b83cdd3d121a3633a26157a4087f9a56f195121
This commit is contained in:
commit
0cef47636d
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ on early-init
|
||||||
# Disable sysrq from keyboard
|
# Disable sysrq from keyboard
|
||||||
write /proc/sys/kernel/sysrq 0
|
write /proc/sys/kernel/sysrq 0
|
||||||
|
|
||||||
|
# Android doesn't need kernel module autoloading, and it causes SELinux
|
||||||
|
# denials. So disable it by setting modprobe to the empty string. Note: to
|
||||||
|
# explicitly set a sysctl to an empty string, a trailing newline is needed.
|
||||||
|
write /proc/sys/kernel/modprobe \n
|
||||||
|
|
||||||
# Set the security context of /adb_keys if present.
|
# Set the security context of /adb_keys if present.
|
||||||
restorecon /adb_keys
|
restorecon /adb_keys
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue