avoid compatibility issues with apps doing misguided anti-tampering checks by changing the initial call stack for secure app spawning (exec spawning) to match the standard zygote-based spawning
How does it impact security? What was the issue? Do you now use fork instead of exec for some rare cases? I don't quite understand.