Post

Replies

Boosts

Views

Activity

SystemExtension Activation on top of an Already-Running SystemExtension Fails
Here's the scenario: Enable developer mode: sudo systemextensionsctl developer on Activate a system extension Check the pid of the running system extension Activate the same system extension (same version/build) again. Expected behaviors The first instance of the system extension should be set to [terminated waiting to uninstall on reboot] The second, newer instance of the system extension should be set to [activated enabled] The pid of the system extension process should have changed Observed behaviors systemextensionsctl list does show both instances of the system extension correctly However, there is no running process of the system extension. The first instance gets a SIGTERM as expected but the second instance is never started If the system extension is activated again (3rd time), then the system extension does get started and a pid can be found. This behavior is only exhibited in macOS 10.15.5. We have verified this in builds 19F101 and 19F2200. This does not occur in 10.15.4 or 10.15.6 or 11.0. This does not occur when developer mode is off, presumably due to the system extension not being replaced. Was this a known issue/regression that was fixed in 10.15.6? Thank you
3
0
947
Sep ’20