We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a390068 commit 8b213c2Copy full SHA for 8b213c2
src/shims/trace/child.rs
@@ -137,6 +137,9 @@ impl Supervisor {
137
/// # Safety
138
/// The invariants for `fork()` must be upheld by the caller.
139
pub unsafe fn init_sv() -> Result<(), SvInitError> {
140
+ // FIXME: Much of this could be reimplemented via the mitosis crate if we upstream the
141
+ // relevant missing bits
142
+
143
// On Linux, this will check whether ptrace is fully disabled by the Yama module.
144
// If Yama isn't running or we're not on Linux, we'll still error later, but
145
// this saves a very expensive fork call
0 commit comments