From 48ec7344e13eaeee104976fb52d3ed30c1073d5d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 14 Dec 2022 19:23:40 +0100 Subject: pkg/subsystem: extract subsystems from syz_mount_image$ calls Dump the mapping between the currently available pseudo syscalls and the corresponding subsystems. --- dashboard/app/config_linux_test.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dashboard/app/config_linux_test.go (limited to 'dashboard') diff --git a/dashboard/app/config_linux_test.go b/dashboard/app/config_linux_test.go new file mode 100644 index 000000000..c95204de3 --- /dev/null +++ b/dashboard/app/config_linux_test.go @@ -0,0 +1,4 @@ +// Copyright 2022 syzkaller project authors. All rights reserved. +// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +package main -- cgit mrf-deployment