We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71923c7 commit 137e81cCopy full SHA for 137e81c
libseccomp/src/notify.rs
@@ -75,6 +75,7 @@ impl ScmpFilterContext {
75
/// **Note**: This file descriptor is shared between all threads.
76
///
77
/// This function returns a raw file descriptor for the userspace notification.
78
+ /// The ownership of this file descriptor is not moved and you must not close it.
79
80
/// This function corresponds to
81
/// [`seccomp_notify_fd`](https://man7.org/linux/man-pages/man3/seccomp_notify_fd.3.html).
0 commit comments