From ab342da3f9aa45e3f2d9e872576ab5cd3e3c350b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 2 Dec 2019 18:21:43 +0100 Subject: sys/linux: add binderfs descriptions --- executor/syscalls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment