go-seccomp-bpf

Go library for installing a seccomp BPF system call filter.

APACHE-2.0 License

Stars
78
Committers
10

Bot releases are hidden (Show)

go-seccomp-bpf - v1.4.0 Latest Release

Published by andrewkroh 11 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
go-seccomp-bpf - v1.3.0

Published by andrewkroh almost 2 years ago

Changed

  • Updated go.mod to require Go 1.18. #20
  • Updated syscall tables for Linux v6.0. #19
go-seccomp-bpf - v1.2.0

Published by andrewkroh about 3 years ago

Added

  • Added support for arm64. #15

Changed

  • Updated syscall tables for Linux v5.14. #16
go-seccomp-bpf - v1.1.0

Published by andrewkroh over 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
go-seccomp-bpf - v1.0.0

Published by andrewkroh over 5 years ago

Added

  • Initial release.