mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
3e1dd14d8d
Right now, there is no way to tell what platform osquery is running on. We have `os_version.platform` and `os_version.platform_like`, but they are highly inconsistent, and require a lot of custom parsing to use. We should expose the underlying platform bitmask. This adds the `platform_mask` to the `osquery_info` table. This replaces https://github.com/osquery/osquery/pull/5488 |
||
---|---|---|
.. | ||
BUCK | ||
CMakeLists.txt | ||
platform_type.cpp | ||
platform_type.h | ||
tool_type.cpp | ||
tool_type.h | ||
version.cpp | ||
version.h |