From 1fa3068f56bd7c2e945ae1a9b318612a238ec362 Mon Sep 17 00:00:00 2001 From: Kyungtak Hur Date: Mon, 8 Nov 2010 10:25:29 -0800 Subject: 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 --- init.herring.rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.herring.rc') 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 -- cgit v1.1