diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/syscalls.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 0175b6dea..21b3d8db4 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -371,4 +371,20 @@ call_t syscalls[] = { {"sched_getattr", __NR_sched_getattr}, {"sched_setattr", __NR_sched_setattr}, {"sched_yield", __NR_sched_yield}, + {"ioctl$kdbus_bus_make", __NR_ioctl}, + {"ioctl$kdbus_ep_make", __NR_ioctl}, + {"ioctl$kdbus_ep_update", __NR_ioctl}, + {"ioctl$kdbus_hello", __NR_ioctl}, + {"ioctl$kdbus_name_acquire", __NR_ioctl}, + {"ioctl$kdbus_name_release", __NR_ioctl}, + {"ioctl$kdbus_free", __NR_ioctl}, + {"ioctl$kdbus_recv", __NR_ioctl}, + {"ioctl$kdbus_send", __NR_ioctl}, + {"ioctl$kdbus_update", __NR_ioctl}, + {"ioctl$kdbus_bye", __NR_ioctl}, + {"ioctl$kdbus_conn_info", __NR_ioctl}, + {"ioctl$kdbus_bus_info", __NR_ioctl}, + {"ioctl$kdbus_list", __NR_ioctl}, + {"ioctl$kdbus_match_add", __NR_ioctl}, + {"ioctl$kdbus_match_remove", __NR_ioctl}, }; |
