| blog | https://mostlynerdless.de |
| blog | https://mostlynerdless.de |
Habt ihr euch auch schonmal gefragt wo man `chown app 8080` eingeben kann damit der "app"-Account Exklusivzugriff auf #linux IP-Port 8080 bekommt?
Dann empfehle ich meinen frisch veröffentlichten #clt2026 Vortrag über mein #eBPF Projekt bindzwirn:
https://media.ccc.de/v/clt26-353-bindzwirn-linux-port-berechtigungen-per-ebpf
Zum Code geht's hier entlang:
https://codeberg.org/bindzwirn/bindzwirn
Besonders jetzt, wo ich Version 1.0 vorbereite, würde ich mich sehr über Feedback freuen.

RE: https://chaos.social/@pluto/116274707341326926
Bindzwirn is a really interesting project using eBPF
TIL: Removing the errorprone annotations package can reduce the JAR size by over 10MB (don't ask me why this package pulls in the google commons packages):
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotation</artifactId>
<version>2.40.0</version>
<scope>compile</scope>
</dependency>