From 926309e0470df0b94558c702703b4ef7ae15642d Mon Sep 17 00:00:00 2001 From: zhouhao Date: Mon, 10 Jul 2017 10:23:28 +0800 Subject: [PATCH] defs-linux: add action to to syscalls required Signed-off-by: zhouhao --- schema/defs-linux.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/defs-linux.json b/schema/defs-linux.json index a6c40e32a..4d9620a4a 100644 --- a/schema/defs-linux.json +++ b/schema/defs-linux.json @@ -97,7 +97,8 @@ } }, "required": [ - "names" + "names", + "action" ] }, "Major": {