We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040f48e commit d9f63e4Copy full SHA for d9f63e4
kernel/bpf/syscall.c
@@ -37,7 +37,7 @@ static DEFINE_SPINLOCK(prog_idr_lock);
37
static DEFINE_IDR(map_idr);
38
static DEFINE_SPINLOCK(map_idr_lock);
39
40
-int sysctl_unprivileged_bpf_disabled __read_mostly;
+int sysctl_unprivileged_bpf_disabled __read_mostly = 1;
41
42
static const struct bpf_map_ops * const bpf_map_types[] = {
43
#define BPF_PROG_TYPE(_id, _ops)
0 commit comments