cosmopolitan/test/libc/intrin
Justine Tunney 5a132f9652 Add seccomp bpf sandboxing to redbean
It's now possible to pass the `-S` or `-SS` flags to sandbox redbean
worker proecsses after they've been forked. The first `-S` flag is
intended to be a permissive builtin policy that limits system calls to
only that which the various parts of redbean serving need. The second
`-SS` flag is intended to be more restrictive, preventing things like
the Lua extensions you download off the web from using the HTTP client
or sockets APIs. In upcoming changes you'll be able to implement your
own Berkeley Packet Filter sandbox programs and load them via Lua.
2022-04-18 08:54:42 -07:00
..
asan_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
describeflags_test.c Get Redbean fork() working on the New Technology 2022-03-20 08:01:14 -07:00
dos2errno_test.c Polish recent changes and make improvements 2022-03-19 03:37:00 -07:00
getenv_test.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
intrin_test.c Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
kprintf_test.c Add seccomp bpf sandboxing to redbean 2022-04-18 08:54:42 -07:00
memcmp_test.c Make improvements 2022-04-07 00:15:35 -07:00
memmove_test.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
memset_test.c Make improvements 2022-04-07 00:15:35 -07:00
palignr_test.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
pmulhrsw_test.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
pshuf_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Make improvements 2022-03-16 13:40:10 -07:00