- Stop redirecting all
execve
calls toposix_spawn
, fixes issues with certain sandbox profiles (e.g.configd
) that blockposix_spawn
but allowexecve
, fixes WPA2/3 ENTERPRISE networks not working (these issues started in 2.2 but were not a regression, in earlier versions the exec call was not hooked properly which is why this wasn't noticed before)