I have googled and searched here and have come up empty.
I have an application that installs a system extension and I'm resorting to writing to a file when the extension is installed to know.
Is there an objective C or Swift function that does essentially what systemextensionctl list
does? This is a sandboxed app and I don't want to (and suspect I can't) fork/run a shell command.