diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-11-08 20:14:05 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-08 20:14:05 -0800 |
| commit | 89a1588519adb1d28eb2d406e55fd9359d95c87c (patch) | |
| tree | 92100e4d6b0cc5627a82c52b76af131019eaffd3 /sys | |
| parent | 0d872150de5bcd8d9c037302629df30bba4efc80 (diff) | |
sys: disable trusty for now
It crashes pkg/csource tests because
it does not have syz_mmap syscall but tries to use it.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys.go | 1 | ||||
| -rw-r--r-- | sys/trusty/sys.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys.go b/sys/sys.go index 39ed86f95..25e144070 100644 --- a/sys/sys.go +++ b/sys/sys.go @@ -12,7 +12,6 @@ import ( _ "github.com/google/syzkaller/sys/netbsd/gen" _ "github.com/google/syzkaller/sys/openbsd/gen" _ "github.com/google/syzkaller/sys/test/gen" - _ "github.com/google/syzkaller/sys/trusty/gen" _ "github.com/google/syzkaller/sys/windows/gen" ) diff --git a/sys/trusty/sys.txt b/sys/trusty/sys.txt index 7629b6b70..ca311c4b8 100644 --- a/sys/trusty/sys.txt +++ b/sys/trusty/sys.txt @@ -2,6 +2,7 @@ # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. # https://android.googlesource.com/trusty/lk/trusty/+/master/lib/trusty/include/syscall_table.h +# https://source.android.com/security/trusty/trusty-ref include <user/trusty_syscalls.h> |
