In my extension (cpp) I am creating a flag using t...
# core
s
In my extension (cpp) I am creating a flag using the
EXTENSION_FLAG
macro, but they don’t show up in the
osquery_flags
table, is this by design? Also osquery can’t seem to pick up my flag set via flagfile, though I can use
Flag::getValue(...)
and
Flag::setValue(...)
in my code just fine. Any ideas as to what might be going on? Thanks.