diff options
author | Kyungtak Hur <kt.hur@samsung.com> | 2010-11-08 10:25:29 -0800 |
---|---|---|
committer | Maarten Hooft <mthooft@google.com> | 2010-11-09 18:57:56 -0800 |
commit | 1fa3068f56bd7c2e945ae1a9b318612a238ec362 (patch) | |
tree | fda8dc44ce848e6a91d04e1c9fbfe60e2ad18893 /init.herring.rc | |
parent | c13670da63381cd619a5c5a43fec813727f5749c (diff) | |
download | device_samsung_crespo-1fa3068f56bd7c2e945ae1a9b318612a238ec362.zip device_samsung_crespo-1fa3068f56bd7c2e945ae1a9b318612a238ec362.tar.gz device_samsung_crespo-1fa3068f56bd7c2e945ae1a9b318612a238ec362.tar.bz2 |
efs partition permission change
BUG FIX : We chown/chmod /efs because mount is run as root + defaults
Change-Id: Ifb933b73c9323d7ec06620164fd085938ec0a8d1
Signed-off-by: Kyungtak Hur <kt.hur@samsung.com>
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.herring.rc b/init.herring.rc index 1c8c1b5..d7620cf 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -43,6 +43,10 @@ on fs chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type +# We chown/chmod /efs because mount is run as root + defaults + chown radio radio /efs + chmod 0775 /efs + # permissions for NFC setprop ro.nfc.port "I2C" chmod 0600 /dev/pn544 |