mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
renamed lspci to pci_devices and specified it linux only
This commit is contained in:
parent
afd9d5e160
commit
6c418507e6
@ -38,8 +38,8 @@ else()
|
||||
system/linux/processes.cpp
|
||||
system/linux/users.cpp
|
||||
system/linux/groups.cpp
|
||||
system/linux/lspci.cpp
|
||||
system/linux/mounts.cpp
|
||||
system/linux/pci_devices.cpp
|
||||
)
|
||||
|
||||
# CentOS specific tables
|
||||
|
@ -1,8 +1,8 @@
|
||||
table_name("lspci")
|
||||
table_name("pci_devices")
|
||||
schema([
|
||||
Column(name="slot", type="std::string"),
|
||||
Column(name="device_class", type="std::string"),
|
||||
Column(name="vendor", type="std::string"),
|
||||
Column(name="model", type="std::string"),
|
||||
])
|
||||
implementation("lspci@genLspci")
|
||||
implementation("pci_devices@genLspci")
|
Loading…
Reference in New Issue
Block a user