<@U51GTKKCK> for checking `osquery.flags` you migh...
# general
t
@jaredl for checking
osquery.flags
you might actually wanna cross-reference the flag variables you're setting with the
osquery_flags
table. You can try setting them, then launching osquery
osqueryi --flagfile=/path/to/osquery.flags
, and then using `select * from osquery_flags where default_value <> value;' to ensure things are being set correctly. The
config_check
flag is typically only used to verify proper json formatting on the config and pack files.