sandbox_fixes_11351 712 B

12345678910111213
  1. o Major features:
  2. - Refinements and improvements to the Linux seccomp2 sandbox code:
  3. the sandbox can now run a test network for multiple hours without
  4. crashing. (Previous crash reasons included: reseeding the OpenSSL PRNG,
  5. seeding the Libevent PRNG, using the wrong combination of CLOEXEC and
  6. NONBLOCK at the same place and time, having server keys, being an
  7. authority, receiving a HUP, or using IPv6.) The sandbox is still
  8. experimental, and more bugs will probably turn up. To try it,
  9. enable "Sandbox 1" on a Linux host.
  10. - Strengthen the Linux seccomp2 sandbox code: the sandbox can now
  11. test the arguments for rename(), and blocks _sysctl() entirely.