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

Commit 583c5c1b 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

am: e8240c45

Change-Id: I5d78cb0eded0f11bf7009ed792484b414f2aa704
parents d31add0d e8240c45
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.