fortify/helper/seccomp
Ophestra 106f9f4450
Some checks failed
Test / Create distribution (push) Has been cancelled
Test / Run NixOS test (push) Has been cancelled
helper/seccomp: implement reader interface via pipe
This also does not require the libc tmpfile call.

BPF programs emitted by libseccomp seems to be deterministic. The tests would catch regressions as it verifies the program against known good output backed by manual testing.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-02-03 19:39:34 +09:00
..
api.go helper/seccomp: implement reader interface via pipe 2025-02-03 19:39:34 +09:00
export_test.go helper/seccomp: implement reader interface via pipe 2025-02-03 19:39:34 +09:00
export.go helper/seccomp: implement reader interface via pipe 2025-02-03 19:39:34 +09:00
seccomp-export.c helper/seccomp: do not call F_println if not verbose 2025-01-25 13:19:38 +09:00
seccomp-export.h helper/seccomp: do not call F_println if not verbose 2025-01-25 13:19:38 +09:00
seccomp.go helper/seccomp: implement reader interface via pipe 2025-02-03 19:39:34 +09:00