osquery-1/osquery/tables
William Woodruff a8df05dfcd windows/logical_drives: Fix boot partition detection (#5477)
Summary:
This is a follow-up to #5400, fixing the `boot_partition` column.

Previous versions of the table would consistently provide a false negative for bootable drives, thanks to a mismatch in format between `Win32_DiskPartition.DeviceID` and `Win32_LogicalDisk.DeviceID`. This change replaces the use of `Win32_DiskPartition` with `Win32_BootConfiguration` and moves the query to the top-level, fixing the bug and removing the need to make `N` WMI requests for `N` system drives.
Pull Request resolved: https://github.com/facebook/osquery/pull/5477

Differential Revision: D14386989

Pulled By: akindyakov

fbshipit-source-id: 3843f760dd41dc5810048ccf969dc4b0d4674cdc
2019-03-11 04:57:28 -07:00
..
applications Populate path correctly in Firefox addons (#5462) 2019-03-05 04:16:50 -08:00
cloud Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
events Move plugins to a separate directory [5/?] (#5483) 2019-03-02 04:23:06 -08:00
forensic Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
lldpd Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
networking Move plugins to a separate directory [5/?] (#5483) 2019-03-02 04:23:06 -08:00
sleuthkit Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
smart Move plugins to a separate directory [5/?] (#5483) 2019-03-02 04:23:06 -08:00
system windows/logical_drives: Fix boot partition detection (#5477) 2019-03-11 04:57:28 -07:00
utility Add Windows product version information to file table (#5431) 2019-02-21 13:45:46 -08:00
yara Move plugins to a separate directory [5/?] (#5483) 2019-03-02 04:23:06 -08:00
BUCK Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00