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 c680203 commit 3f61b8eCopy full SHA for 3f61b8e
src/seccompiler/src/lib.rs
@@ -63,7 +63,7 @@ pub fn compile_bpf(
63
let filter_action = filter.filter_action.to_scmp_type();
64
65
// SAFETY: Safe as all args are correect.
66
- let mut bpf_filter = unsafe {
+ let bpf_filter = unsafe {
67
let r = seccomp_init(default_action);
68
if r.is_null() {
69
return Err(CompilationError::LibSeccompContext);
0 commit comments