Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
  • Loading branch information
ShadowCurse committed Dec 9, 2024
1 parent c680203 commit 3f61b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seccompiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn compile_bpf(
let filter_action = filter.filter_action.to_scmp_type();

// SAFETY: Safe as all args are correect.
let mut bpf_filter = unsafe {
let bpf_filter = unsafe {
let r = seccomp_init(default_action);
if r.is_null() {
return Err(CompilationError::LibSeccompContext);
Expand Down

0 comments on commit 3f61b8e

Please sign in to comment.