Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Process] Returnfalse whenopen_basedir prevents access to/dev/tty#54863
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…nt access to /dev/tty.If open_basedir restrictions are in effect, checking if the file /dev/tty is writable will prevent setting tty mode on the process, and avoid failing to create a Process.
xabbuh commentedMay 7, 2024
Symfony 5.4 would suffer from this too, right? |
mjauvin commentedMay 7, 2024
I suppose, yes. |
false whenopen_basedir prevents access to/dev/tty
chalasr left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
On 5.4
xabbuh commentedMay 15, 2024
looks like this only affects 6.4+ because of the changes done in#46971 |
xabbuh commentedMay 15, 2024
Thank you@mjauvin. |
Uh oh!
There was an error while loading.Please reload this page.
If open_basedir restrictions are in effect, checking if the file /dev/tty is writable will prevent setting tty mode on the process, and avoid failing to create a Process.
Fixes#54874