Is there a way to query a list of system extension...
# macos
c
Is there a way to query a list of system extensions?
z
kernel_extensions
?
c
No, I am specifically looking for applications that are using the new Apple security framework. I found this PR: https://github.com/osquery/osquery/pull/6863
It looks like the PR was merged into MAIN but I have to wait for the next Osquery release
z
Got it, looks like that PR ought to do what you're looking for.
💯 1
f
@CptOfEvilMinions Because it is a plist you should be able to query it using
plist
c
@fritz that worked!
f
👍
Happy to hear it