Loading rootdir/init.rc +9 −4 Original line number Diff line number Diff line Loading @@ -194,9 +194,9 @@ on post-fs # We restorecon /cache in case the cache partition has been reset. restorecon_recursive /cache # This may have been created by the recovery system with odd permissions chown system cache /cache/recovery chmod 0770 /cache/recovery # Create /cache/recovery in case it's not there. It'll also fix the odd # permissions if created by the recovery system. mkdir /cache/recovery 0770 system cache #change permissions on vmallocinfo so we can grab it from bugreports chown root log /proc/vmallocinfo Loading Loading @@ -640,7 +640,12 @@ service mdnsd /system/bin/mdnsd disabled oneshot service pre-recovery /system/bin/uncrypt service uncrypt /system/bin/uncrypt class main disabled oneshot service pre-recovery /system/bin/uncrypt --reboot class main disabled oneshot Loading Loading
rootdir/init.rc +9 −4 Original line number Diff line number Diff line Loading @@ -194,9 +194,9 @@ on post-fs # We restorecon /cache in case the cache partition has been reset. restorecon_recursive /cache # This may have been created by the recovery system with odd permissions chown system cache /cache/recovery chmod 0770 /cache/recovery # Create /cache/recovery in case it's not there. It'll also fix the odd # permissions if created by the recovery system. mkdir /cache/recovery 0770 system cache #change permissions on vmallocinfo so we can grab it from bugreports chown root log /proc/vmallocinfo Loading Loading @@ -640,7 +640,12 @@ service mdnsd /system/bin/mdnsd disabled oneshot service pre-recovery /system/bin/uncrypt service uncrypt /system/bin/uncrypt class main disabled oneshot service pre-recovery /system/bin/uncrypt --reboot class main disabled oneshot Loading