aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-06 12:34:00 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-06 12:34:00 +0100
commitc53d4fc16e45e336d2c5e2417f98441607adafc8 (patch)
tree594737b9f7d2dcb303966c88af575c0f32e10115
parent13648a9cfaf8b2eef6178e3a72fdacdc4a29de53 (diff)
downloadman-pages-c53d4fc16e45e336d2c5e2417f98441607adafc8.tar.gz
bpf.2: Minor wording improvement
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/bpf.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/bpf.2 b/man2/bpf.2
index 5b54579fcd..f14b79cb17 100644
--- a/man2/bpf.2
+++ b/man2/bpf.2
@@ -1174,7 +1174,7 @@ tail_call
ktime_get_ns
.PD 1
.PP
-Unprivileged access may be blocked by setting the sysctl
+Unprivileged access may be blocked by writing the value 1 to the file
.IR /proc/sys/kernel/unprivileged_bpf_disabled .
.PP
eBPF objects (maps and programs) can be shared between processes.