summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeonghoon lim <jeonghoon.lim@lge.com>2012-08-14 18:12:33 -0700
committerIliyan Malchev <malchev@google.com>2012-08-15 01:34:31 -0700
commite953e9657c482d83ad487a4b861026a16f6bbb64 (patch)
tree3e3de2080ebfb837764bc0923cabf7e6d585b814
parent96539e8153dadeccb8b7d334cda8b2acaaa68f06 (diff)
downloadsystem_core-e953e9657c482d83ad487a4b861026a16f6bbb64.zip
system_core-e953e9657c482d83ad487a4b861026a16f6bbb64.tar.gz
system_core-e953e9657c482d83ad487a4b861026a16f6bbb64.tar.bz2
bluetooth: bring up with bluedroid stack
- change permission of "bluetooth." property to AID_BLUETOOTH Change-Id: Ifcd97f136cfc3372412fe500e4f800d1bbbd065c
-rwxr-xr-xinit/property_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/property_service.c b/init/property_service.c
index 5eb0a8a..c378aeb 100755
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -81,7 +81,7 @@ struct {
{ "sys.", AID_SYSTEM, 0 },
{ "service.", AID_SYSTEM, 0 },
{ "wlan.", AID_SYSTEM, 0 },
- { "bluetooth.", AID_SYSTEM, 0 },
+ { "bluetooth.", AID_BLUETOOTH, 0 },
{ "dhcp.", AID_SYSTEM, 0 },
{ "dhcp.", AID_DHCP, 0 },
{ "debug.", AID_SYSTEM, 0 },