jobe is a server that runs small programming jobs in a variety of programming languages
MIT License
112
stars
80
forks
source link
Explicitly set permission of install_dir and recursively set group ownership of items under install_dir/ to ensure webserver_user can access, fixes issue #16 #19
In addition, my latest commit also forces the jobe user to mop up anything in /tmp at the end of its job if it leaves any. Currently, student submission code can write things to /tmp, which will otherwise not be cleaned up.
In addition, my latest commit also forces the jobe user to mop up anything in /tmp at the end of its job if it leaves any. Currently, student submission code can write things to /tmp, which will otherwise not be cleaned up.