|
|
|
|
|
by woodruffw
926 days ago
|
|
Sure, assuming your programs don't execute other programs. I don't know much about OpenBSD specifically, but spawning all over the place is the "norm" in terms of "Unix philosophy" program design. (I agree with the point in the adjacent thread: it's hard to know what to make of security mitigations that aren't accompanied by a threat model and attacker profile!) |
|
But what use is a fork() if you're unable to exec()?