bug29819 528 B

12345678
  1. o Minor bugfixes (linux seccomp sandbox):
  2. - Correct how we use libseccomp. Particularly, stop assuming that
  3. rules are applied in a particular order or that more rules are
  4. processed after the first match. Neither is the case! In libseccomp
  5. <2.4.0 this lead to some rules having no effect. Libseccomp 2.4.0
  6. changed how rules are generated leading to a different ordering
  7. which in turn lead to a fatal crash during startup. Fixes bug
  8. 29819; bugfix on 0.2.5.1-alpha. Patch by Peter Gerber.