[Documentation:Autograding] documentation of system call filtering#680
Merged
Conversation
bmcutler
added a commit
to Submitty/Submitty
that referenced
this pull request
Jul 19, 2025
### Why is this Change Important & Necessary? In order to autograding the Julia programming language (Issue #11621) we need to refactor the system call to default allow rather than default disallow. This is continuation of work in PR #11712 (repair system call filtering) ### What is the New Behavior? This is a refactor, so no change should be visible to the instructor or students. ### What steps should a reviewer take to reproduce or test the bug or new feature? The more_autograding_examples/c_system_call_filtering example should work the same before & after installation of this PR. NOTE: gradeable configuration will need to be rebuilt before & after installation. ### Automated Testing & Documentation documentation was updated as part of the previous PR Submitty/submitty.github.io#680 ### Other information Once this PR is merged, we will be able to finish & merge #11718 (add julia) NOTE: Now that the logic is switched to default allow, it will be even more important to stay on top of the addition of new system calls with the release of new OS versions. new issue: #11893 --------- Co-authored-by: Barb Cutler <Barb Cutler>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.