diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-02 18:21:43 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-02 18:21:43 +0100 |
| commit | ab342da3f9aa45e3f2d9e872576ab5cd3e3c350b (patch) | |
| tree | 6aa9fcb6e9d43ec2c9e10d5ff98b868efb74f065 /executor/syscalls.h | |
| parent | dc01aea0031d3e38fdd4124b28197c7597ab39c3 (diff) | |
sys/linux: add binderfs descriptions
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 23ec66d02..512d28d46 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3837,6 +3837,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 21}, {"mount$9p_virtio", 21}, {"mount$9p_xen", 21}, + {"mount$binder", 21}, {"mount$bpf", 21}, {"mount$fuse", 21}, {"mount$fuseblk", 21}, @@ -6871,6 +6872,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 165}, {"mount$9p_virtio", 165}, {"mount$9p_xen", 165}, + {"mount$binder", 165}, {"mount$bpf", 165}, {"mount$fuse", 165}, {"mount$fuseblk", 165}, @@ -9860,6 +9862,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 21}, {"mount$9p_virtio", 21}, {"mount$9p_xen", 21}, + {"mount$binder", 21}, {"mount$bpf", 21}, {"mount$fuse", 21}, {"mount$fuseblk", 21}, @@ -12835,6 +12838,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 40}, {"mount$9p_virtio", 40}, {"mount$9p_xen", 40}, + {"mount$binder", 40}, {"mount$bpf", 40}, {"mount$fuse", 40}, {"mount$fuseblk", 40}, @@ -15801,6 +15805,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 21}, {"mount$9p_virtio", 21}, {"mount$9p_xen", 21}, + {"mount$binder", 21}, {"mount$bpf", 21}, {"mount$fuse", 21}, {"mount$fuseblk", 21}, |
