We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b28a92 commit b7c1e92Copy full SHA for b7c1e92
pythonbpf/helper/bpf_helper_handler.py
@@ -30,6 +30,7 @@ class BPFHelperID(Enum):
30
BPF_GET_PRANDOM_U32 = 7
31
BPF_GET_SMP_PROCESSOR_ID = 8
32
BPF_GET_CURRENT_PID_TGID = 14
33
+ BPF_GET_CURRENT_UID_GID = 15
34
BPF_GET_CURRENT_COMM = 16
35
BPF_PERF_EVENT_OUTPUT = 25
36
BPF_PROBE_READ_KERNEL_STR = 115
0 commit comments