Problemunvalidated

the students are still able to guess the correct file descriptor of stdout and write to it. Tension: this is not secure as a student can do `int student_function(int foo) { printf("OK"); exit(1) }` and pass all tests. Outcome: would it make sense to fork the process, and use some magic based on seccomp etc?

5901632a-073b-4440-b4d2-eb47b23ee9fe

the students are still able to guess the correct file descriptor of stdout and write to it. Tension: this is not secure as a student can do int student_function(int foo) { printf("OK"); exit(1) } and pass all tests. Outcome: would it make sense to fork the process, and use some magic based on seccomp etc?