On Tue, May 07, 2019 at 09:22:49AM +0800, Paul Goyette wrote: > Currently we have the global sysctl variable, but I wonder if it should be > made local to a particular emulation and/or to an individual process?
It's a global flag because it has security impliciations. Making it per-emulation or even per-process would defeat the purpose of having it in first place. Joerg