main
dietshasta 2024-05-10 19:51:00 +01:00
parent 07732a8f4d
commit e101f212bc
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Sandbox
=
Some basic sandboxing for i2pd using seccomp and Landlock.
Some basic sandboxing for i2pd using [seccomp](http://wikiless.i2p/wiki/Seccomp) and [Landlock](https://docs.kernel.org/security/landlock.html).
If you tested this please let me know how it worked.
@ -32,17 +32,18 @@ If Landlock is built in but not enabled you can add "lsm=landlock" to the kernel
Building
-
Copy the modified files to a complete set of i2pd sources. Then build.
```
make SANDBOX=yes
```
Tested
-
**i2pd-2.51.0**
✅ Debian 12.4 (x86-64)
✅ Debian 12.4 (aarch64)
**i2pd-2.50.2**
✅ Debian 12.4 (x86-64)
✅ Debian 12.4 (aarch64)
❌ Raspberry Pi OS 2024-03-12 (aarch64). Fail: no Landlock support.
**i2pd-2.51**
✅ Debian 12.4 (x86-64)