Update dbus conf for Agent1 96/183896/1
authorSeungyoun Ju <sy39.ju@samsung.com>
Thu, 12 Jul 2018 05:50:37 +0000 (14:50 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Thu, 12 Jul 2018 06:53:21 +0000 (15:53 +0900)
commitbafbd66906ae5712874dc0d7dd6288d2c1ae4db2
treeccf18a2ed43a0774ac295244851e875b02eecf9f
parent139e5eb4d25f99975e443ccc89d7247a52f8f220
Update dbus conf for Agent1

[Problem] Below calls are not blocked in sdb default user shell
 $ dbus-send --system --type=method_call --print-reply --dest=org.projectx.bt /org/tizen/adapter_agent org.bluez.Agent1.RequestPinCode objpath:/org/bluez/hci0/dev_78_F7_BE_91_30_26
 $ dbus-send --system --type=method_call --print-reply --dest=org.projectx.bt /org/tizen/adapter_agent org.bluez.Agent1.ReplyAuthorize uint32:0
[Cause & Measure] Some rules are already specified by other bus conf.
 And same destination and different rules exist in multiple files.
 So this patch adds more specific target to rules and removes duplicated
 ones.
[Checking Method] Call dbus method

Change-Id: I71e4ea31cb5539456632aa9a7ec17ea9019fdec6
bt-oal/bluez_hal/bluetooth-frwk-gap-agent.conf
bt-service-adaptation/bluetooth-frwk-service.conf.in
bt-service/bluetooth-frwk-service.conf.in