Go Seccomp Bpf Versions Save

Go library for installing a seccomp BPF system call filter.

v1.4.0

7 months ago

Added

  • Added system call argument filtering. #28

Changed

  • Updated syscall tables for Linux v6.6 to add cachestat, fchmodat2, map_shadow_stack. #27 #30

v1.3.0

1 year ago

Changed

  • Updated go.mod to require Go 1.18. #20
  • Updated syscall tables for Linux v6.0. #19

v1.2.0

2 years ago

Added

  • Added support for arm64. #15

Changed

  • Updated syscall tables for Linux v5.14. #16

v1.1.0

5 years ago

Added

  • Added go.mod file. #10
  • Added new syscalls to be in sync with Linux v5.0. #11

Fixed

  • Fixed integer overflow in BPF conditional jumps when using long lists of syscalls (>256). #9

v1.0.0

5 years ago

Added

  • Initial release.