fuzz: Move to the seccompiler crate

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2021-08-16 20:40:34 -07:00
committed by Sebastien Boeuf
parent 08ac3405f5
commit 2d2463ce04
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
use block_util::{async_io::DiskFile, raw_sync::RawFileDiskSync};
use libfuzzer_sys::fuzz_target;
use seccomp::SeccompAction;
use seccompiler::SeccompAction;
use std::ffi;
use std::fs::File;
use std::io::{self, Cursor, Read, Seek, SeekFrom};