osquery-1/specs/darwin/sip_config.table
2016-01-21 21:28:13 -08:00

12 lines
444 B
Plaintext

table_name("sip_config")
description("Apple's System Integrity Protection (rootless) status")
schema([
Column("config_flag", TEXT, "The System Integrity Protection config flag"),
Column("enabled", INTEGER, "1 if this configuration is enabled, otherwise 0"),
Column("enabled_nvram", INTEGER, "1 if this configuration is enabled, otherwise 0"),
])
implementation("sip_config@genSIPConfig")
examples([
"select * from sip_config",
])