summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2020-06-06 15:59:55 -0400
committerPaul Moore <paul@paul-moore.com>2020-06-16 11:22:29 -0400
commit3a1d1c977065f204b96293cccfe7d3e5aa0d7ace (patch)
treeb757138f8018657d8ab8e372323bc94318d7ec52 /doc
parent027cc6031461e67d4c6a9a3463540a8433f2fcd4 (diff)
downloadlibseccomp-3a1d1c977065f204b96293cccfe7d3e5aa0d7ace.tar.gz
bpf: return integer error codes from gen_bpf_release()
Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/man3/seccomp_export_bpf.33
-rw-r--r--doc/man/man3/seccomp_load.33
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/man3/seccomp_export_bpf.3 b/doc/man/man3/seccomp_export_bpf.3
index bb0627c..68e735f 100644
--- a/doc/man/man3/seccomp_export_bpf.3
+++ b/doc/man/man3/seccomp_export_bpf.3
@@ -51,6 +51,9 @@ failure:
.B -ECANCELED
There was a kernel failure beyond the control of the library.
.TP
+.B -EFAULT
+Internal libseccomp failure.
+.TP
.B -EINVAL
Invalid input, either the context or architecture token is invalid.
.TP
diff --git a/doc/man/man3/seccomp_load.3 b/doc/man/man3/seccomp_load.3
index 15ace53..dcca7f5 100644
--- a/doc/man/man3/seccomp_load.3
+++ b/doc/man/man3/seccomp_load.3
@@ -41,6 +41,9 @@ Returns zero on success or one of the following error codes on failure:
.B -ECANCELED
There was a kernel failure beyond the control of the library.
.TP
+.B -EFAULT
+Internal libseccomp failure.
+.TP
.B -EINVAL
Invalid input, either the context or architecture token is invalid.
.TP