oneiroi
08/22/2022, 12:54 PM...
"actual" : "on",
...
When the feature is disabled we get:
...
"actual" : "off(reason=disabledManually)",
...
Any direction on how to check the value of a line in a file, I suspect we may need carves enabling but am keen to hear if there are alternatives, thank you in advance 🙇♂️sharvil
08/22/2022, 1:07 PMoneiroi
08/22/2022, 1:10 PMzwass
08/22/2022, 3:28 PMfile_lines
table (https://github.com/macadmins/osquery-extension/blob/main/main.go#L53) from the macadmins extension. If you are using Orbit, this is bundled already.oneiroi
09/02/2022, 2:34 PMaugeas
table, ensuring the appropriate augeas lense is present to parse the json file in question; currently this is planned future work;