aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorjeonghoon.lim <jeonghoon.lim@lge.com>2012-07-03 12:04:38 -0700
committerBrian Muramatsu <btmura@google.com>2012-07-16 17:35:22 -0700
commit8c0350f4eedc85e37655dcfe8b6c5ec14b8c4979 (patch)
treef4f74003cedfb43b2849d6afe1167fd55f57406f /init
parentcd83e3e27f0003d9066ba62d7acbe548b280b73f (diff)
downloadsystem_core-8c0350f4eedc85e37655dcfe8b6c5ec14b8c4979.tar.gz
system_core-8c0350f4eedc85e37655dcfe8b6c5ec14b8c4979.tar.bz2
system_core-8c0350f4eedc85e37655dcfe8b6c5ec14b8c4979.zip
bluetooth: add property permission for bluetooth
add property permission for bluetooth. Change-Id: I099f325f533d06c63ad43843dd6477ea81fc9781
Diffstat (limited to 'init')
-rw-r--r--init/property_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.c b/init/property_service.c
index 79914cde..4ee86c0c 100644
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -76,6 +76,7 @@ struct {
{ "sys.", AID_SYSTEM, 0 },
{ "service.", AID_SYSTEM, 0 },
{ "wlan.", AID_SYSTEM, 0 },
+ { "bluetooth.", AID_SYSTEM, 0 },
{ "dhcp.", AID_SYSTEM, 0 },
{ "dhcp.", AID_DHCP, 0 },
{ "debug.", AID_SYSTEM, 0 },