mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
|
table_name("user_groups")
|
||
|
description("Local system user group relationships.")
|
||
|
schema([
|
||
|
Column("uid", BIGINT, "User ID"),
|
||
|
Column("gid", BIGINT, "Group ID")
|
||
|
])
|
||
|
implementation("user_groups@genUserGroups")
|