2025-09-06 12:27:01 Displayed 21 times

Released KC3 securelevel reducing code loading and evaluation permissions into production servers

Today I released the master branch of KC3 to production servers (v0.1.16-git).

It include a new feature : a securelevel which is a per-process static variable that can only be increased. The level indicates whether code loading is blocked or allowed.

The rules of KC3.securelevel are :

Now I'm thinking of adding a Level 4 that would prevent C code execution but that would just call abort() :D

See you next time, space cowboy !