aboutsummaryrefslogtreecommitdiff
path: root/tools/testdata/arch_64.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testdata/arch_64.json')
-rw-r--r--tools/testdata/arch_64.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/testdata/arch_64.json b/tools/testdata/arch_64.json
index 10c9855..385da94 100644
--- a/tools/testdata/arch_64.json
+++ b/tools/testdata/arch_64.json
@@ -109,5 +109,19 @@
"O_RDONLY": 0,
"PROT_WRITE": 2,
"PROT_EXEC": 4
+ },
+ "syscall_groups": {
+ "libc": {
+ "io": [
+ "read",
+ "write"
+ ]
+ },
+ "systemd": {
+ "file-io": [
+ "read",
+ "write"
+ ]
+ }
}
}