mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
table_name("md_personalities")
|
|
description("Software RAID setting supported by the kernel.")
|
|
schema([
|
|
Column("name", TEXT, "Name of personality supported by kernel"),
|
|
])
|
|
implementation("system/md_stat@genMDPersonalities")
|