Merge "disable module loading after BOOT_COMPLETED broadcast" am: 20b7f78204
am: 65c8cb8935
Change-Id: I40a636fba58a0ccaeeeaab3510229dfebf0925a9
This commit is contained in:
commit
f560cc78af
|
@ -644,6 +644,12 @@ on property:sys.powerctl=*
|
|||
on property:sys.boot_completed=1
|
||||
bootchart stop
|
||||
|
||||
on property:sys.boot_completed=1 && property:ro.build.type=user
|
||||
write /proc/sys/kernel/modules_disabled 1
|
||||
|
||||
on property:sys.boot_completed=1 && property:ro.build.type=userdebug
|
||||
write /proc/sys/kernel/modules_disabled 1
|
||||
|
||||
# system server cannot write to /proc/sys files,
|
||||
# and chown/chmod does not work for /proc/sys/ entries.
|
||||
# So proxy writes through init.
|
||||
|
|
Loading…
Reference in New Issue