-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Right now, the runners are accepting multiple jobs, and that can leave some files around. Runners can run arbitrary code and are open to the world to be executed.
Describe the solution you'd like
I don't know if that's already the case but the design would be:
- Use a DynamicUser
- Use a PreStart that wipes the WorkingDirectory
- Configure the runner so that it only runs a single job and then exists
- Configure the unit, so it gets restarted on exit.
Describe alternatives you've considered
Additional context
What do you think @jfroche ?
dzmitry-lahoda
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request