| Summary: | Cannot edit passwd file due to readonly filesystem | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | David <duhowpi> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.32.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | output.log | ||
Created attachment 8981 [details] output.log I'm trying to change password, file /etc/shadow is "mount --bind" in a writable filesystem so the file can be updated, but busybox will try to create a file in /etc/shadow+ , and since the filesystem is not writable, the command fails.