BPF_MAP_CAN_READ
return BPF_MAP_CAN_READ;
return BPF_MAP_CAN_READ | BPF_MAP_CAN_WRITE;
if (type == BPF_READ && !(cap & BPF_MAP_CAN_READ)) {