Moritz Schlarb

Results 125 comments of Moritz Schlarb

And/or hierarchy navigation like in the normal view controllers ``` (Lesson --) Sheet -- Assignment (Lesson --) Team (Lesson --) User ```

And proper grouping for same-team same-assignment submissions.

Hierarchy navigation is implemented in 23290d9.

Of course it should! Do you have an idea how to do that without the parent process running with root privileges? All concepts using setuid or similar don't seem to...

- http://www.sudo.ws/sudoers.man.html#runas_spec

I thought of that too, it would be especially nice, because it would allow us to even use different machines for the web app and the runner environment... But that...

That's what we need: https://httpd.apache.org/docs/2.2/suexec.html

Since scripts can't be executed setuid with their shebangs, this part needed to be written in C. `sauce/bin/suexec.c` now contains a rip-off from Apache, stripped down to a bare minimum,...

Ahahahaha.... Since **suexec** executes the program under a different user account, the killing of the process on timeout doesn't work, of course...