Wind River Support Network

HomeDefectsLIN6-3370
Not to be fixed

LIN6-3370 : Packages incorrectly creating user groups

Created: Jun 3, 2013    Updated: Apr 19, 2018
Resolved Date: Apr 17, 2018
Previous ID: LIN5-7955, LIN6-2804
Found In Version: 6.0
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Userspace

Description

A couple of packages are creating groups in the "user" range when they should in fact be creating "system" groups.

For example, proftpd and cronie:

GROUPADD_PARAM_${PN} = "${FTPGROUP}"
./meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
GROUPADD_PARAM_${PN} = "crontab"
./oe-core/meta/recipes-extended/cronie/cronie_1.4.8.bb

They should use the --system option, something like this:

GROUPADD_PARAM_${PN} = "--system ${FTPGROUP}"

The customer noticed this with cronie, I also saw it with proftpd, there may be others.

Steps to Reproduce

n/a

Other Downloads


Live chat
Online