mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Fix link check failed
### Errors in src/main.rs * [404] <https://github.com/cloud-hypervisor/cloud-hypervisor/issues/new /n> | Rejected status code (this depends on your "accept" configuration) : Not Found Signed-off-by: Songqian Li <sionli@tencent.com>
This commit is contained in:
committed by
Rob Bradford
parent
684fb1dfce
commit
a637940be7
@@ -553,10 +553,10 @@ fn start_vmm(cmd_arguments: ArgMatches) -> Result<Option<String>, Error> {
|
||||
// handler safe functions (writing to stderr) and manipulating signals.
|
||||
unsafe {
|
||||
signal_hook::low_level::register(signal_hook::consts::SIGSYS, || {
|
||||
eprint!(
|
||||
eprintln!(
|
||||
"\n==== Possible seccomp violation ====\n\
|
||||
Try running with `strace -ff` to identify the cause and open an issue: \
|
||||
https://github.com/cloud-hypervisor/cloud-hypervisor/issues/new\n"
|
||||
https://github.com/cloud-hypervisor/cloud-hypervisor/issues/new"
|
||||
);
|
||||
signal_hook::low_level::emulate_default_handler(SIGSYS).unwrap();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user