Trying to retrieve BTF information for BPF_MAP_UPDATE_ELEM by using the bpf syscall sub-command BPF_OBJ_GET_INFO_BY_FD. But it needs root privileges like sudo to run. How can I require root privilege while parsing bpf syscall? Or just need to run strace with sudo?