Skip to content

Commit 360f6ca

Browse files
Barb CutlerBarb Cutler
Barb Cutler
authored and
Barb Cutler
committed
update system call categories
1 parent 8aed0f3 commit 360f6ca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/12_system_calls/config/config.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
// Allow the student code to use IPC and multiprocessing system calls.
1010
"allow_system_calls" : [
11-
// This allows us to use ipc, pipe, semop, shmat, shmtcl, ...
12-
"ALLOW_SYSTEM_CALL_CATEGORY_COMMUNICATIONS_AND_NETWORKING_INTERPROCESS_COMMUNICATION",
13-
// This allows us to use clone, execve, fork, set_tid_address, vfork
14-
"ALLOW_SYSTEM_CALL_CATEGORY_PROCESS_CONTROL_NEW_PROCESS_THREAD"
11+
"COMMUNICATIONS_AND_NETWORKING_INTERPROCESS_COMMUNICATION",
12+
"COMMUNICATIONS_AND_NETWORKING_SIGNALS",
13+
"FILE_MANAGEMENT_MOVE_DELETE_RENAME_FILE_DIRECTORY",
14+
"PROCESS_CONTROL_NEW_PROCESS_THREAD",
15+
"PROCESS_CONTROL_ADVANCED"
1516
],
1617

1718
"testcases" : [

0 commit comments

Comments
 (0)