mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 10:23:54 +00:00
77aa36fa0b
This change allows QueryContext constraints to be checked for based on operator type. This makes checks for the existence of an equality operator allow enumeration. Example: if (context.constraints["pid"].exists(EQUALS)) { pids = context.constraints["pid"].getAll(EQUALS); } else { osquery::procProcesses(pids); } |
||
---|---|---|
.. | ||
conversions_tests.cpp | ||
flags_tests.cpp | ||
hash_tests.cpp | ||
status_tests.cpp | ||
tables_tests.cpp | ||
text_tests.cpp |