mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
|
table_name("logged_in_users")
|
||
|
schema([
|
||
|
Column("user", TEXT),
|
||
|
Column("tty", TEXT),
|
||
|
Column("host", TEXT),
|
||
|
Column("time", INTEGER),
|
||
|
Column("pid", INTEGER),
|
||
|
])
|
||
|
implementation("logged_in_users@genLoggedInUsers")
|