| Summary: | setpriv uid/gid support | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Istvan Beregszaszi <pestaa> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.35.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://bugzilla.opensuse.org/show_bug.cgi?id=1212571 | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Istvan Beregszaszi
2023-08-03 14:29:49 UTC
Not to forget
```
--keep-groups
Preserve supplementary groups. Only useful in conjunction with --rgid, --egid, or --regid.
--init-groups
Initialize supplementary groups using initgroups3. Only useful in conjunction with --ruid or --reuid.
```
this in combination is used e.g. in cron jobs as well as in rpm scriplets to create e.g. symbolic links or crate/clean files for system users/groups.
|