You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a background daemon (netleakd) to manage eBPF programs and cgroups, providing a persistent service for netleak. This will shift the architecture from an ephemeral CLI to a long-running service.
Tasks:
Create the daemon architecture with a D-Bus or Unix socket API for IPC.
Add support for reading configuration files (TOML/YAML).
Implement session persistence across reboots.
Support per-user and per-application routing policies.
Add a Systemd service unit (netleakd.service) for lifecycle management.
Implement a background daemon (
netleakd) to manage eBPF programs and cgroups, providing a persistent service fornetleak. This will shift the architecture from an ephemeral CLI to a long-running service.Tasks:
netleakd.service) for lifecycle management.