Add dpm plugin implementations
authorSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 4 Sep 2019 06:32:58 +0000 (15:32 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Thu, 5 Sep 2019 02:19:05 +0000 (11:19 +0900)
commitb87b4d5d0c26b407cb4ad921696f30c23e5b4233
tree5cc42bbcd0f06614b56ea7dbf5bcf0da9ecdf17f
parent4dc917c9401dbe1d608fafb0440fc55e4b71781d
Add dpm plugin implementations

- bluetooth, usb, wifi

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
24 files changed:
CMakeLists.txt
osquery/tizen/CMakeLists.txt
osquery/tizen/device_policy/bluetooth_policy.h [deleted file]
osquery/tizen/device_policy/tests/wifi_policy_tests.cpp [deleted file]
osquery/tizen/device_policy/usb_policy.h [deleted file]
osquery/tizen/device_policy/wifi_policy.cpp [deleted file]
osquery/tizen/device_policy/wifi_policy.h [deleted file]
osquery/tizen/tables/bluetooth_policy.cpp [new file with mode: 0644]
osquery/tizen/tables/tests/policy_tests.cpp [new file with mode: 0644]
osquery/tizen/tables/usb_policy.cpp [new file with mode: 0644]
osquery/tizen/tables/wifi_policy.cpp
packaging/osquery-plugins.manifest [new file with mode: 0644]
packaging/osquery.spec
plugins/CMakeLists.txt [new file with mode: 0644]
plugins/bluetooth/CMakeLists.txt [new file with mode: 0644]
plugins/bluetooth/bluetooth.cpp [new file with mode: 0644]
plugins/dlog.h [new file with mode: 0644]
plugins/usb/CMakeLists.txt [new file with mode: 0644]
plugins/usb/usb.cpp [new file with mode: 0644]
plugins/wifi/CMakeLists.txt [new file with mode: 0644]
plugins/wifi/wifi.cpp [new file with mode: 0644]
specs/tizen/bluetooth_policy.table [new file with mode: 0644]
specs/tizen/usb_policy.table [new file with mode: 0644]
specs/tizen/wifi_policy.table