Import event-fw from upstream
authorsangwan.kwon <sangwan.kwon@samsung.com>
Fri, 17 May 2019 05:39:58 +0000 (14:39 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 12 Jun 2019 00:04:42 +0000 (09:04 +0900)
commit68a6b3936b695aa4208370864f32ddb0956e9ea3
treeddc4f8a2f2d3355465c08f3fb1fb39a8a78dfeab
parent80d7ac305cebec6386dd4a25c452a58c437c145f
Import event-fw from upstream

Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
13 files changed:
.gitignore
Makefile
include/osquery/database/db_handle.h
include/osquery/events.h [new file with mode: 0644]
osquery/CMakeLists.txt
osquery/events/CMakeLists.txt [new file with mode: 0644]
osquery/events/events.cpp [new file with mode: 0644]
osquery/events/events_database_tests.cpp [new file with mode: 0644]
osquery/events/events_tests.cpp [new file with mode: 0644]
osquery/events/linux/inotify.cpp [new file with mode: 0644]
osquery/events/linux/inotify.h [new file with mode: 0644]
osquery/events/linux/inotify_tests.cpp [new file with mode: 0644]
packaging/osquery.spec