-
Please try to answer the following questions about the package you are requesting:
1. What, if any, are the additional dependencies on the package? (i.e. does it pull in Python, Perl, etc)
depen…
-
### Version
Microsoft Windows [版本 10.0.22000.708]
### WSL Version
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.10.102.1
### Distro Version
Ubuntu 20.04
### Other Software
_No response_
### R…
-
## How to compile `system_monitor.c` file?
I'm stuck in compiling `system_monitor.c` file, we command is shown below:
```
clang -c \
-nostdinc \
-isystem \
…
-
Some recent kernel version introduced `BPF_PROG_RUN`. It's just an alias for `BPF_PROG_TEST_RUN` but it shows that upstream considers RUN to be a basic primitive on programs. Another thing that has be…
-
Currently Calico allows minimizing extra hops with `externalTrafficPolicy=Local` but as it is only supported by *LoadBalancer* and *NodePort*. That why it would be nice to have support for same behavi…
-
The dispatcher code is already written but hasn't been tested. We can already attach multiple programs to a TC hook but having deterministic ordering using a dispatcher seems a better option - I think…
-
Seen in v1.9 backports PR https://github.com/cilium/cilium/pull/16910.
https://jenkins.cilium.io/job/Cilium-PR-K8s-1.18-kernel-4.19/213/testReport/junit/Suite-k8s-1/18/K8sServicesTest_Checks_local_…
-
https://github.com/microsoft/onefuzz/blob/main/docs/getting-started.md provides documentation on how to use OneFuzz for fuzz testing
The following surfaces should be fuzz tested:
- [x] ioctls ex…
-
**Describe the bug**
I have ERR message inside /var/log/opensnitch.log file.
Include the following information:
- OpenSnitch version: `1.4.3`
- OS: `Gentoo`
- Version: `profile default/linux…
-
### Describe the feature you'd like supported
Currently native programs are loaded using `ebpf_program_load` / `bpf_prog_load` API.
We should also support loading native programs using `bpf_object…