-
-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProcessManager Auth missing #1180
Comments
Would you be up for PR'ing some of that @dckc ? |
I'm willing, but my availability is limited. But first, I would need to know the answer: is it by design? |
This part at least definitely sounds like a bug to me. |
Certainly not checking But it is also a bug that Thanks @dckc ! |
Add an auth token for being able to start a process. Additionally, it verifies that the file you are attempting to start is in fact executable. Closes #1180
Add an auth token for being able to start a process. Additionally, it verifies that the file you are attempting to start is in fact executable. This is a breaking API change. Closes #1180
I'm working on this. As a difficulty easy, I left it for a bit hoping someone from the community would pick up, but its been a month since this was opened and it needs to get fixed. |
Add an auth token for being able to start a process. Additionally, it verifies that the file you are attempting to start is in fact executable. This is a breaking API change. Closes #1180
Add an auth token for being able to start a process. Additionally, it verifies that the file you are attempting to start is in fact executable. This is a breaking API change. Closes #1180
Add an auth token for being able to start a process. Additionally, it verifies that the file you are attempting to start is in fact executable. This is a breaking API change. Closes #1180
Add an auth token for being able to start a process. Additionally, it verifies that the file you are attempting to start is in fact executable. This is a breaking API change. Closes #1180
There are several errors in ProcessError that are unused in the ProcessMonitor. This commit removed unused errors with the exception of ExecveError which is being used in ponylang#1180.
There are several errors in ProcessError that are unused in the ProcessMonitor. This commit removed unused errors with the exception of ExecveError which is being used in ponylang#1180.
Add an auth token for being able to start a process. Additionally, it verifies that the file you are attempting to start is in fact executable. This is a breaking API change. Closes #1180
The Process package doesn't require anything beyond FilePath access to create a subprocess. Is that by design?
If so, please documented it in the files package: if you pass a FilePath("/abc") to a library, that library can create sub-processes to any path under "/abc". The FileExec bit isn't even checked.
The text was updated successfully, but these errors were encountered: