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/trusty/sys.txt | |
| 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/trusty/sys.txt')
| -rw-r--r-- | sys/trusty/sys.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
