summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-09-26 13:06:35 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-09-26 13:06:35 -0700
commitfc61f4589e68a2f9f0ea2ffdc0dbf23cddbc9bfc (patch)
tree449865a6f64f13a31d8788c4baec98320e24c772
parent3e285f695fbb6010f8397db8bf58ff310405d645 (diff)
parente7b026d47822a3fc60b7e29dfdb65513bc52a158 (diff)
downloaddevice_samsung_crespo-fc61f4589e68a2f9f0ea2ffdc0dbf23cddbc9bfc.zip
device_samsung_crespo-fc61f4589e68a2f9f0ea2ffdc0dbf23cddbc9bfc.tar.gz
device_samsung_crespo-fc61f4589e68a2f9f0ea2ffdc0dbf23cddbc9bfc.tar.bz2
Merge "adjust permissions for new radio interface" into gingerbread
-rwxr-xr-xinit.herring.rc6
-rw-r--r--ueventd.herring.rc4
2 files changed, 4 insertions, 6 deletions
diff --git a/init.herring.rc b/init.herring.rc
index feb13f7..75fc649 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -21,12 +21,6 @@ on boot
mkdir /data/misc/dhcp 0770 dhcp dhcp
# phone
- chown radio radio /sys/class/modemctl/xmm/control
- chmod 660 /sys/class/modemctl/xmm/control
- chown radio radio /dev/s3c2410_serial3
- chmod 660 /dev/s3c2410_serial3
- chown radio radio /dev/block/mtdblock5
- chmod 640 /dev/block/mtdblock5
setprop ro.telephony.call_ring.multiple 0
# create data/gps for GPS demon
diff --git a/ueventd.herring.rc b/ueventd.herring.rc
index 1d5f2ac..83314a3 100644
--- a/ueventd.herring.rc
+++ b/ueventd.herring.rc
@@ -10,6 +10,10 @@
/dev/s3c-mfc 0664 system graphics
/dev/onedram 0664 radio radio
+/dev/modemctl 0660 radio radio
+/dev/s3c2410_serial3 0660 radio radio
+/dev/block/mtdblock5 0660 radio radio
+
# for Sensor HAL
/dev/akm8973_dev 0660 system system
/dev/akmd8973_aot 0660 system system