23 lines
407 B
Markdown
23 lines
407 B
Markdown
Sandbox
|
|
=
|
|
Some basic sandboxing for i2pd using seccomp.
|
|
I want to add Landlock when Linux 6.7 becomes available, but it has to wait because some important features are missing in lower kernel versions.
|
|
|
|
If you tested this please send a PR with how it worked.
|
|
|
|
Building
|
|
-
|
|
|
|
```
|
|
sudo apt install libseccomp-dev
|
|
make SANDBOX=yes
|
|
```
|
|
|
|
Tested
|
|
-
|
|
|
|
**i2pd-2.52.0:**
|
|
* Debian 11.9 on aarch64
|
|
* Debian 12.4 on x86-64
|
|
|