is it OK to install a systemextension inside an app-like deamon?

Hi, all!

my plan here:

an app, an app-like deamon inside the app, an systemextension inside the app-like deamon,

grant system extension installation entitlement to deamon and embed a relavent provisioning profile in it.

user run app, app run deamon, deamon install extension.

is it doable?

Answered by DTS Engineer in 795713022

Presuming that your goal is to install the sysex via the System Extensions framework, then, no, this is not a good path to be heading down. See this post for more.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

Presuming that your goal is to install the sysex via the System Extensions framework, then, no, this is not a good path to be heading down. See this post for more.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Presuming that your goal is to install the sysex via the System Extensions framework

thank you for reply, eskimo!

is there another way to install and uninstall system extension?

Not directly.

On a managed Mac you have the com.apple.system-extension-policy payload, which lets the admin configure the installation policy, but that’s not the same as installing the extension directly.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

is it OK to install a systemextension inside an app-like deamon?
 
 
Q