[Buildroot] Buildroot should not the common nobody group
From: Norbert Lange <hidden>
Date: 2020-07-16 09:11:31
From: Norbert Lange <hidden>
Date: 2020-07-16 09:11:31
Hello, when testing systemd, I found out that sysuserd will create a "nobody" group with gid 999, because Buildroot uses a "nogroup" group with the special gid 65534. Is there any good reason for Buildroot to keep using "nogroup", or can this be changes to the usual "nobody"? Change would affect only a handful packages (I guess more than that will just use the "nobody" group) Norbert $ grep -r nogroup system/skeleton/etc/group:nogroup:x:65534: package/oracle-mysql/oracle-mysql.mk: mysql -1 nogroup -1 * /var/mysql - - MySQL daemon package/systemd/systemd.mk: -Dnobody-group=nogroup \ package/boa/boa.conf:Group nogroup package/mosquitto/mosquitto.mk: mosquitto -1 nogroup -1 * - - - Mosquitto user