Sign in
android-kvm
/
linux
/
1e3cd03c54b76b4cbc8b31256dc3f18c417a6876
/
.
/
tools
/
testing
/
selftests
/
bpf
/
unpriv_helpers.h
blob: 151f673296652217a8d7413c5aeed781b96fb5c3 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#include
<stdbool.h>
#define
UNPRIV_SYSCTL
"kernel/unprivileged_bpf_disabled"
bool
get_unpriv_disabled
(
void
);