DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Impl proxy factory #138

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

Fixes #125 Fixes #121

I had to add an external C program so that we can SUID the Remotes, otherwise it will not work since SUID for scripts is disabled in the kernel(for a good reason!), and using a non-safe SUID wrapper is a security risk.