DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 258 forks source link

Unset all auxiliary groups and simplify code #2823

Closed eldering closed 2 days ago

eldering commented 2 days ago

Since rungid is already set as primary group, there's no reason to also set it as auxiliary group.

Tested by submitting https://github.com/DOMjudge/domjudge/blob/main/example_problems/hello/submissions/wrong_answer/test-permissions.sh and still seeing the domjudge-run group as primary group.

Closes #2589