| Summary: | id prints incorrect euid if it differs from ruid | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | robryk |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | busybox-cvs, robryk |
| Priority: | P5 | ||
| Version: | 1.35.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
robryk
2022-11-05 03:22:53 UTC
I've realized that CONFIG_FEATURE_SUID exists, that unsetting it makes the issue go away, and that it's set by default (and not unset by my configuration). Likely it makes sense to disable it in NixOS. However, we could still improve the (common?) case of busybox not being SUID but compiled with the default value of that option. |