| Summary: | User id 119 has been used for tor user in the past | ||
|---|---|---|---|
| Product: | IPFire | Reporter: | Stefan Schantl <stefan.schantl> |
| Component: | --- | Assignee: | Assigned to nobody - feel free to grab it and work on it <nobody> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | - Unknown - | ||
| Priority: | - Unknown - | CC: | adolf.belka, michael.tremer |
| Version: | 2 | ||
| Hardware: | unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 13972 | ||
|
Description
Stefan Schantl
2026-06-01 07:24:34 UTC
The tor user und group with this id will be created during installation of tor. See: https://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=src/paks/tor/install.sh;h=369b65f7188083b2a1eaacf39e0d36c30b5fc63d;hb=HEAD We have to assign a new user and group id for the resolver. I did a grep check on the add-on paks. There are 7 that use useradd in the install.sh script. 4 of them don't specify a uid/gid avahi frr libvirt wsdd tor uses 119 stunnel uses 51 zabbix_agentd uses 118 Another thing to bear in mind is that no users or groups are every removed after they have been created with any of the addons. I found in my production system clamav 109 amavis 110 asterix 114 So choice of a new uid/gid for knot-resolver will need to take account of the above. Core Update 203 has been released:
> https://www.ipfire.org/blog/ipfire-2-29-core-update-203-released
|