Skip to content

Commit b7c1e92

Browse files
committed
Add BPF_GET_CURRENT_UID_GID to HelperIDs
1 parent 8b28a92 commit b7c1e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonbpf/helper/bpf_helper_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class BPFHelperID(Enum):
3030
BPF_GET_PRANDOM_U32 = 7
3131
BPF_GET_SMP_PROCESSOR_ID = 8
3232
BPF_GET_CURRENT_PID_TGID = 14
33+
BPF_GET_CURRENT_UID_GID = 15
3334
BPF_GET_CURRENT_COMM = 16
3435
BPF_PERF_EVENT_OUTPUT = 25
3536
BPF_PROBE_READ_KERNEL_STR = 115

0 commit comments

Comments
 (0)