Tags: gentoo/pax-utils
Tags
security: restore syscalls accidentally dropped The original precompile work was done against an old version of pax-utils and I forgot to resync the list before finalizing. Restore all the syscalls that were in here before. Bug: https://bugs.gentoo.org/783459 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
security: pregen seccomp bpf programs Since the bpf programs are the same across runs, generate it ahead of time. This way we don't have to link against libseccomp and run the library calls at runtime which helps cut out most overhead. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
PreviousNext