brintos

brintos / linux-shallow public Read only

0
0
Text · 154 B · 151f673 Raw
8 lines · c
1// SPDX-License-Identifier: GPL-2.0-only2 3#include <stdbool.h>4 5#define UNPRIV_SYSCTL "kernel/unprivileged_bpf_disabled"6 7bool get_unpriv_disabled(void);8