AltraMayor / AltraMayor/gatekeeper
Having a command to test BPF programs
Ouverte
enhancement
- Langage dominant
- C
- Étoiles
- 1.6k
- Forks
- 252
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Having a command to test BPF programs would ease the development of new BPF programs for Gatekeeper since this command can
1. Verify that both functions (i.e. "init" and "pkt") are present;
2. Check that all symbols can be resolved; and
3. Make sure that both functions pass the BPF verifier.
The code of this command may be able to reuse some of the code in file `gk/bpf.c`.
The name suggestion for this command is "gkbpftest".
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.