-
I'm trying to run `bpftune` from a `--privileged` container (rootful, via podman) on kernel 6.3.6 with the following configuration:
```
$ zgrep BPF /proc/config.gz
CONFIG_BPF=y
CONFIG_HAVE_EBPF…
-
If you try to run tests / use the filter on stock Ubuntu, you get the following error:
```
$ sudo -E go test
--- FAIL: TestNew (0.08s)
rakelimit_test.go:14: Can't create limiter: can't atta…
-
### Submission type
- [X] Request for enhancement (RFE)
#
### Support BPF Policy files
Kafel (https://google.github.io/kafel/) can generate BPF filters in a human readable mode and I think it …
-
Compiled /root/godemo/sockredir/sockredir_bpfel.o
Stripped /root/godemo/sockredir/sockredir_bpfel.o
Error: can't write /root/godemo/sockredir/sockredir_bpfel.go: can't load BPF from ELF: section "so…
-
We want to restrict networking to only the kube-internal IPs that we allow it (specific Services) and NOT other users' pods or the cluster global services (like the kube api and heapster)
A way to do…
-
```
What steps will reproduce the problem?
1.
pyrit -r test2.pcap analyze
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General…
-
```
What steps will reproduce the problem?
1.
pyrit -r test2.pcap analyze
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General…
-
```
What steps will reproduce the problem?
1.
pyrit -r test2.pcap analyze
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General…
-
```
What steps will reproduce the problem?
1.
pyrit -r test2.pcap analyze
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General…
-
I wonder why we don't write an outgoing metadata, instead we inject the traceID and spanID to request? I found that the `traceparent` / `grpc-trace-bin` data is not injected to the metadata.
Anyone…