bug25440 320 B

12345
  1. o Minor bugfixes (linux seccomp2 sandbox):
  2. - Fix a bug in out sandboxing rules for the openat() syscall.
  3. Previously, no openat() call would be permitted, which would break
  4. filesystem operations on recent glibc versions. Fixes bug 25440;
  5. bugfix on 0.2.9.15. Diagnosis and patch from Daniel Pinto.