diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2010-12-15 11:09:32 -0800 |
---|---|---|
committer | Jaikumar Ganesh <jaikumar@google.com> | 2010-12-15 12:12:48 -0800 |
commit | 1899647309288c2e244d17186f2be88209437e86 (patch) | |
tree | b2f66cd350a199721deddc24ba02842e085b66b3 /init.herring.rc | |
parent | ae20b4740da0e186aa13fa783baba3a8d98cbe08 (diff) | |
download | device_samsung_crespo-1899647309288c2e244d17186f2be88209437e86.zip device_samsung_crespo-1899647309288c2e244d17186f2be88209437e86.tar.gz device_samsung_crespo-1899647309288c2e244d17186f2be88209437e86.tar.bz2 |
Make bluetooth the owner of /efs/bluetooth
/efs permissions were changed. This was breaking Bluetooth.
Bug: 3287732
Change-Id: Ib646d87a540b2307336077f5dfe2f3a1abee4d3c
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.herring.rc b/init.herring.rc index 6dc2c67..7d52527 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -38,6 +38,7 @@ on fs mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev # permissions for bluetooth. + chown bluetooth bluetooth /efs/bluetooth chown bluetooth bluetooth ro.bt.bdaddr_path chown bluetooth bluetooth /dev/s3c2410_serial0 chmod 0600 /dev/s3c2410_serial0 |