diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-12-14 19:23:40 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-12-16 10:22:43 +0100 |
| commit | 48ec7344e13eaeee104976fb52d3ed30c1073d5d (patch) | |
| tree | 4610491e2b90c0ec21c61a518673273788f00e27 /dashboard | |
| parent | f38211dffe4374a9e09d966b021c00da9d1300c5 (diff) | |
pkg/subsystem: extract subsystems from syz_mount_image$ calls
Dump the mapping between the currently available pseudo syscalls and the
corresponding subsystems.
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/app/config_linux_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
