Skip to content

v3.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 13:09
741e582
Improve the CPU-affinity-mask-setting code  #minor (#16)

This change stops inconditionally setting the CPU affinity mask to the
first core, and instead chooses the first core that appears in the
process' CPU affinity mask.

This allows multiple instances of omegajail to run on different CPUs, if
this is needed.