You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
441 B
14 lines
441 B
# Copyright (C) 2012 The Android Open Source Project
|
|
#
|
|
# IMPORTANT: Do not create world writable files or directories.
|
|
# This is a common source of Android security bugs.
|
|
#
|
|
|
|
# service can not be overwritten except SPRINT
|
|
# Thus, rilcarrier is imported before common rc, like init.rilchip.rc
|
|
|
|
on fs
|
|
copy /mnt/vendor/efs/factory.prop /efs/imei/factory.prop
|
|
chown root root /efs/imei/factory.prop
|
|
chmod 0600 /efs/imei/factory.prop
|
|
|
|
|