mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
table_name("etc_hosts")
|
|
schema([
|
|
Column(name="address", type="std::string"),
|
|
Column(name="hostnames", type="std::string"),
|
|
])
|
|
implementation("osquery/tables/networking/etc_hosts@genEtcHosts")
|