All of lore.kernel.org
 help / color / mirror / Atom feed
* Landlock support landed into Emilua
@ 2023-12-04 11:55 Vinícius dos Santos Oliveira
  2023-12-05  6:09 ` Günther Noack
  0 siblings, 1 reply; 3+ messages in thread
From: Vinícius dos Santos Oliveira @ 2023-12-04 11:55 UTC (permalink / raw)
  To: landlock

Emilua 0.5.0 was released with Landlock support:
https://docs.emilua.org/api/0.5/changelog.html

Emilua is an execution engine with support for async IO for LuaJIT. It
allows the creation of concurrent Lua programs. It also supports
running separate Lua VMs for extracting parallelism.

Starting from the previous version, it added the ability to spawn Lua
VMs in their own processes isolated in their own Linux namespaces for
sandboxing purposes. However Linux namespaces are too convoluted and
it became clear how inappropriate they really are to just create
sandboxes.

Starting from the just newly released version, Landlock and Capsicum
were added as alternatives to Linux namespaces.


-- 
Vinícius dos Santos Oliveira
https://vinipsmaker.github.io/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-09 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 11:55 Landlock support landed into Emilua Vinícius dos Santos Oliveira
2023-12-05  6:09 ` Günther Noack
2023-12-09 12:02   ` Vinícius dos Santos Oliveira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.