Landlock support landed into Emilua

Vinícius dos Santos Oliveira <[email protected]> Mon, 4 Dec 2023 08:55:41 -0300
Newsgroups dev.linux.lists.landlock
Message-ID <CAK9RveLxro4zUG4jfFB=UNgcv5gdc8JuzNhMt=YbNhH=35ADzg@mail.gmail.com>
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.


--=20
Vin=C3=ADcius dos Santos Oliveira
https://vinipsmaker.github.io/