mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 10:23:54 +00:00
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
table_name("sudoers")
|
|
description("Rules for running commands as other users via sudo.")
|
|
schema([
|
|
Column("header", TEXT, "Symbol for given rule"),
|
|
Column("rule_details", TEXT, "Rule definition")
|
|
])
|
|
implementation("sudoers@genSudoers")
|