does osquery have a table for Mac OS `os_log()` lo...
# general
l
does osquery have a table for Mac OS
os_log()
logging?
m
I think that goes to the Unified Log System, so, no. Because reading from that would require an API (Apple provides none) or forking execution to call the Apple CLI utility (osquery design philosophy is to not fork or spawn other processes)
l
thanks 🙂
OSLog.framework doesn’t have whats needed? https://developer.apple.com/documentation/oslog
👌 1
m
oh what's this, is this new? I see
macOS 10.15+
l
yea, first appeared in 10.15 i think
m
I see the earliest examples I can find from around November 2019, that's cool, I will go update our issue on this. An osquery table is now possible in core. Although it looks like there might be an entitlement required, which means code-signing etc