Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8240c45 authored by Steve Muckle's avatar Steve Muckle Committed by android-build-merger
Browse files

Revert "disable module loading after BOOT_COMPLETED broadcast"

am: f59c55aa

Change-Id: Ib871ab1f2005c074dad0dd207e4dc41bd35568d6
parents 4ee2a575 f59c55aa
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -657,12 +657,6 @@ on property:vold.decrypt=trigger_shutdown_framework
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.