osquery-1/osquery/tables/specs/etc_hosts.table
2014-08-05 18:10:18 -07:00

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")