osquery-1/osquery/tables/specs/etc_hosts.table

7 lines
205 B
Plaintext
Raw Normal View History

table_name("etc_hosts")
schema([
Column(name="address", type="std::string"),
2014-08-04 21:12:06 +00:00
Column(name="hostnames", type="std::string"),
])
implementation("osquery/tables/implementations/etc_hosts@genEtcHosts")