osquery-1/osquery/utils/info
seph 3e1dd14d8d Add platform_mask (#5898)
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
2019-10-23 12:24:26 -04:00
..
BUCK Define osquery version on base.cfg (#5478) 2019-02-27 11:23:03 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
platform_type.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
platform_type.h Add platform_mask (#5898) 2019-10-23 12:24:26 -04:00
tool_type.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
tool_type.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
version.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
version.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00