cosmopolitan/tool
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
..
build Fix bugs and add security features to redbean 2022-04-18 00:01:26 -07:00
decode Fix bugs with recent change 2022-04-16 10:40:23 -07:00
emacs Fix bugs with recent change 2022-04-16 10:40:23 -07:00
hash Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
lambda Fix inconsistency in SectorLambda license 2022-03-18 03:25:32 -07:00
net Add seccomp bpf sandboxing to redbean 2022-04-18 08:54:42 -07:00
plinko Improve synchronization 2022-04-15 15:31:55 -07:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Fix bugs and add security features to redbean 2022-04-18 00:01:26 -07:00
tool.mk Add LISP interpreter 2022-04-07 20:30:22 -07:00