Skip to content

Commit 112bbdc

Browse files
committed
fixup! Disable seccomp for musl target
Signed-off-by: James Sturtevant <[email protected]>
1 parent 443deaa commit 112bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/sandbox/host_funcs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ fn maybe_with_seccomp<T: Send>(
199199
})
200200
}
201201

202-
#[cfg(not(all(seccomp)))]
202+
#[cfg(not(seccomp))]
203203
fn maybe_with_seccomp<T: Send>(
204204
_name: &str,
205205
_syscalls: Option<&[ExtraAllowedSyscall]>,

0 commit comments

Comments
 (0)