cosmopolitan/tool/net
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
..
demo Include variables in redbean lua traceback 2022-04-16 12:49:34 -07:00
tiny Fix bugs with recent change 2022-04-16 10:40:23 -07:00
.init.lua Add SSL to redbean 2021-06-24 13:20:50 -07:00
counters.inc Make improvements to redbean 2021-07-08 15:56:23 -07:00
dig.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
echoserver.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
favicon.ico Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
help.txt Add seccomp bpf sandboxing to redbean 2022-04-18 08:54:42 -07:00
largon2.c Update Argon2 for style 2022-03-21 07:27:03 -07:00
lmaxmind.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
lre.c Trim down redbean a little bit 2022-03-21 19:32:30 -07:00
lsqlite3.c Update lsqlite3 to add update hook support for redbean (#383) 2022-04-09 12:36:44 -07:00
luacheck.h Fix memory deallocation while yielding in redbean. (#384) 2022-04-14 18:13:53 -07:00
lunix.c Add seccomp bpf sandboxing to redbean 2022-04-18 08:54:42 -07:00
net.mk Add lua repl interface to redbean 2022-04-16 20:31:16 -07:00
redbean.c Add seccomp bpf sandboxing to redbean 2022-04-18 08:54:42 -07:00
redbean.png Make improvements 2020-09-14 00:02:34 -07:00
sandbox.h Add seccomp bpf sandboxing to redbean 2022-04-18 08:54:42 -07:00
wb.c Improve synchronization 2022-04-15 15:31:55 -07:00