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
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
Investigate approach with the entrypoint script injection to make the /etc/passwd writable for the arbitrary user:
if ! whoami &> /dev/null; then
if [ -w /etc/passwd ]; then
echo "${USER_NAME:-default}:x:$(id -u):0:${USER_NAME:-default} user:${HOME}:/sbin/nologin" >> /etc/passwd
fi
fi
```
related to https://github.com/eclipse/che/issues/13454
The text was updated successfully, but these errors were encountered:
Investigate approach with the entrypoint script injection to make the /etc/passwd writable for the arbitrary user:
The text was updated successfully, but these errors were encountered: