Ted Dorosheff
01/31/2022, 8:55 PMcarver_disable_function
and disable_carver
both default to true. What happens if you set one to false? What is the difference between the two flags?zwass
01/31/2022, 10:03 PM--disable-foo=false
is unfortunately common in osquery... IIRC it's due to something with the way that gflags (our flag parsing library) handles default values.Ted Dorosheff
01/31/2022, 10:30 PM