cosmopolitan/test/libc
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
..
alg Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
bits Add maxmind demo to redbean-demo.com 2022-03-18 15:31:54 -07:00
calls Add seccomp bpf sandboxing to redbean 2022-04-18 08:54:42 -07:00
dns Improve memory safety 2021-10-13 17:27:13 -07:00
fmt Fix basename() and dirname() 2022-04-06 00:13:44 -07:00
intrin Add seccomp bpf sandboxing to redbean 2022-04-18 08:54:42 -07:00
log Fix rusage memory reporting on NT 2022-03-31 17:07:30 -07:00
mem Improve synchronization 2022-04-15 15:31:55 -07:00
nexgen32e Fix more things 2022-03-24 00:12:29 -07:00
rand Improve synchronization 2022-04-15 15:31:55 -07:00
release Delete old commented out Clang tests 2022-04-06 13:02:15 -07:00
runtime Fix bugs and add security features to redbean 2022-04-18 00:01:26 -07:00
sock Improve synchronization 2022-04-15 15:31:55 -07:00
stdio Fix bugs with recent change 2022-04-16 10:40:23 -07:00
str Delete some more unneeded Make code 2022-04-06 06:55:08 -07:00
time Make signal handling work well across platforms 2022-03-25 07:28:57 -07:00
tinymath Make improvements 2022-04-07 00:15:35 -07:00
unicode Make numerous improvements 2021-09-28 01:52:34 -07:00
x Fix bugs with recent change 2022-04-16 10:40:23 -07:00
xed Improve signals and memory protection 2022-04-12 22:11:00 -07:00
test.mk Make numerous improvements 2021-09-28 01:52:34 -07:00