| Summary: | "delgroup" doesnt delete a user from a secondary group | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Joao Cardoso <joao.fs.cardoso> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.15.x | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Joao Cardoso
2010-01-26 19:26:22 UTC
Current git has it fixed: # ./busybox | head -1 BusyBox v1.19.0.git (2010-12-30 23:21:08 CET) multi-call binary. # grep dummy /etc/passwd /etc/group /etc/passwd:dummy:x:1011:100:Test case:/mnt/users/Test case:/bin/sh /etc/group:testgroup:x:1001:dummy # id dummy uid=1011(dummy) gid=100(users) groups=100(users),1001(testgroup) # ./busybox delgroup dummy testgroup # grep dummy /etc/passwd /etc/group /etc/passwd:dummy:x:1011:100:Test case:/mnt/users/Test case:/bin/sh I think 1.18.x also has it fixed. If not, please reopen the bug. |