Bug 13826

Summary: Cannot edit passwd file due to readonly filesystem
Product: Busybox Reporter: David <duhowpi>
Component: OtherAssignee: 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

Description David 2021-05-30 19:37:17 UTC
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.