From 360f6cad914b56e39266197ed2204d18ae19b021 Mon Sep 17 00:00:00 2001 From: Barb Cutler Date: Thu, 5 Jun 2025 10:00:06 -0400 Subject: [PATCH] update system call categories --- examples/12_system_calls/config/config.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/12_system_calls/config/config.json b/examples/12_system_calls/config/config.json index 799cb8f..02a56cb 100644 --- a/examples/12_system_calls/config/config.json +++ b/examples/12_system_calls/config/config.json @@ -8,10 +8,11 @@ // Allow the student code to use IPC and multiprocessing system calls. "allow_system_calls" : [ - // This allows us to use ipc, pipe, semop, shmat, shmtcl, ... - "ALLOW_SYSTEM_CALL_CATEGORY_COMMUNICATIONS_AND_NETWORKING_INTERPROCESS_COMMUNICATION", - // This allows us to use clone, execve, fork, set_tid_address, vfork - "ALLOW_SYSTEM_CALL_CATEGORY_PROCESS_CONTROL_NEW_PROCESS_THREAD" + "COMMUNICATIONS_AND_NETWORKING_INTERPROCESS_COMMUNICATION", + "COMMUNICATIONS_AND_NETWORKING_SIGNALS", + "FILE_MANAGEMENT_MOVE_DELETE_RENAME_FILE_DIRECTORY", + "PROCESS_CONTROL_NEW_PROCESS_THREAD", + "PROCESS_CONTROL_ADVANCED" ], "testcases" : [