Import build-in tables from upstream
authorsangwan.kwon <sangwan.kwon@samsung.com>
Mon, 20 May 2019 06:57:59 +0000 (15:57 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 12 Jun 2019 00:04:42 +0000 (09:04 +0900)
commit9be790336907e85d24022e763b856aec6bbf05e0
tree322855352f16c7377988e802de3e2e3dc35722d0
parent68a6b3936b695aa4208370864f32ddb0956e9ea3
Import build-in tables from upstream

Requires: python-jinja2, libprocps, libsystemd

Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
28 files changed:
CMakeLists.txt
docker/Dockerfile
osquery/CMakeLists.txt
osquery/events/linux/inotify_tests.cpp
osquery/tables/CMakeLists.txt [new file with mode: 0644]
osquery/tables/events/linux/passwd_changes.cpp [new file with mode: 0644]
osquery/tables/networking/etc_hosts.cpp [new file with mode: 0644]
osquery/tables/networking/etc_hosts_tests.cpp [new file with mode: 0644]
osquery/tables/networking/linux/routes.cpp [new file with mode: 0644]
osquery/tables/networking/utils.cpp [new file with mode: 0644]
osquery/tables/networking/utils.h [new file with mode: 0644]
osquery/tables/specs/linux/kernel_modules.table [new file with mode: 0644]
osquery/tables/specs/linux/routes.table [new file with mode: 0644]
osquery/tables/specs/x/etc_hosts.table [new file with mode: 0644]
osquery/tables/specs/x/groups.table [new file with mode: 0644]
osquery/tables/specs/x/last.table [new file with mode: 0644]
osquery/tables/specs/x/passwd_changes.table [new file with mode: 0644]
osquery/tables/specs/x/processes.table [new file with mode: 0644]
osquery/tables/specs/x/time.table [new file with mode: 0644]
osquery/tables/specs/x/users.table [new file with mode: 0644]
osquery/tables/system/last.cpp [new file with mode: 0644]
osquery/tables/system/linux/groups.cpp [new file with mode: 0644]
osquery/tables/system/linux/kernel_modules.cpp [new file with mode: 0644]
osquery/tables/system/linux/processes.cpp [new file with mode: 0644]
osquery/tables/system/linux/users.cpp [new file with mode: 0644]
osquery/tables/utility/time.cpp [new file with mode: 0644]
packaging/osquery.spec
tools/gentable.py [new file with mode: 0755]