mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
adding an example to the keychain_acls spec
This commit is contained in:
parent
2b9bbb6bd4
commit
9d783fee00
@ -8,3 +8,6 @@ schema([
|
||||
Column("label", TEXT, "An optional label tag that may be included with the keychain entry"),
|
||||
])
|
||||
implementation("keychain_acl@genKeychainACLApps")
|
||||
examples([
|
||||
"select label, description, authorizations, path, count(path) as c from keychain_acls where label != '' and path != '' group by label having c > 1;",
|
||||
])
|
Loading…
Reference in New Issue
Block a user