You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #2478 a new Exec method was added to DriverHandles for executing script checks inside a task's context. The initial PR #2467 chroot'd commands run via Exec but didn't apply cgroups or any of the other environment's properties.
exec/java should execute scripts through the executor so they run in the same environment as the task.
raw_exec should probably follow the same path to ensure it's run in the same environment as its command. If nothing else the execChroot helper function will need refactoring and renaming once exec/java don't use it.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
As part of #2478 a new
Exec
method was added toDriverHandle
s for executing script checks inside a task's context. The initial PR #2467 chroot'd commands run via Exec but didn't apply cgroups or any of the other environment's properties.exec/java should execute scripts through the executor so they run in the same environment as the task.
raw_exec
should probably follow the same path to ensure it's run in the same environment as its command. If nothing else theexecChroot
helper function will need refactoring and renaming once exec/java don't use it.The text was updated successfully, but these errors were encountered: