Make virtual table at runtime
authorSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 27 Apr 2020 09:59:55 +0000 (18:59 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Tue, 28 Apr 2020 07:13:55 +0000 (16:13 +0900)
commit1f875096e0b4c4f547a690b21c3d41b6a00cbcbf
tree7c5a13f4e677f200bdeb99673f7a069355f87683
parent1987171ed8adba30605864c08008be083674612c
Make virtual table at runtime

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
25 files changed:
CMakeLists.txt
plugins/bluetooth/bluetooth-test.cpp
specs/CMakeLists.txt [deleted file]
specs/blacklist [deleted file]
specs/tizen/bluetooth.table [deleted file]
specs/tizen/policy.table [deleted file]
specs/tizen/policy_admin.table [deleted file]
specs/utility/time.table [deleted file]
src/osquery/CMakeLists.txt
src/osquery/tables/CMakeLists.txt [deleted file]
src/osquery/tables/tizen/tests/policy.cpp [deleted file]
src/osquery/tables/utility/time.cpp [deleted file]
src/vist/CMakeLists.txt
src/vist/client/tests/virtual-table.cpp
src/vist/client/virtual-table.cpp
src/vist/schema/bluetooth.hpp [moved from src/vist/client/schema/bluetooth.hpp with 100% similarity]
src/vist/schema/policy.hpp [moved from src/vist/client/schema/policy.hpp with 100% similarity]
src/vist/service/vistd.cpp
src/vist/table/CMakeLists.txt [new file with mode: 0644]
src/vist/table/bluetooth.cpp [moved from src/osquery/tables/tizen/bluetooth.cpp with 73% similarity]
src/vist/table/bluetooth.hpp [new file with mode: 0644]
src/vist/table/policy-admin.cpp [moved from src/osquery/tables/tizen/policy_admin.cpp with 81% similarity]
src/vist/table/policy-admin.hpp [new file with mode: 0644]
src/vist/table/policy.cpp [moved from src/osquery/tables/tizen/policy.cpp with 74% similarity]
src/vist/table/policy.hpp [moved from src/vist/client/schema/time.hpp with 57% similarity]