summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Olsen2010-03-16 12:22:06 -0500
committerEric Olsen2010-03-18 12:26:59 -0500
commit3555019d783089084d8cb4ceca6609152db445d3 (patch)
tree9230372018ccb4f6f7bac03aa4cf283f5a0bcf6e
parent92f66cd254af190d0e475eccc0c32d4b0b09a24d (diff)
downloadplatform-system-core-3555019d783089084d8cb4ceca6609152db445d3.tar.gz
platform-system-core-3555019d783089084d8cb4ceca6609152db445d3.tar.xz
platform-system-core-3555019d783089084d8cb4ceca6609152db445d3.zip
Add Bluetooth SCO connection blacklist
Change-Id: Ieb11debfea66ec715f48e8069619c2c15acf2035 Signed-off-by: Eric Olsen <eolsen@android.com>
-rw-r--r--include/private/android_filesystem_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 4cab96a40..474cfacb0 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -159,6 +159,7 @@ static struct fs_path_config android_files[] = {
159 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/main.conf" }, 159 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/main.conf" },
160 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/input.conf" }, 160 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/input.conf" },
161 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/audio.conf" }, 161 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/audio.conf" },
162 { 00444, AID_NET_BT, AID_NET_BT, "system/etc/bluetooth/blacklist.conf" },
162 { 00640, AID_SYSTEM, AID_SYSTEM, "system/etc/bluetooth/auto_pairing.conf" }, 163 { 00640, AID_SYSTEM, AID_SYSTEM, "system/etc/bluetooth/auto_pairing.conf" },
163 { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" }, 164 { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" },
164 { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" }, 165 { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" },