systemd: fix nogroup
The special 65534 group is named nogroup (not nobody) in buildroot tell systemd about that Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b8dd03de56
commit
9d912e619d
@ -43,7 +43,8 @@ SYSTEMD_CONF_OPTS += \
|
||||
-Dkexec-path=/usr/sbin/kexec \
|
||||
-Dsulogin-path=/usr/sbin/sulogin \
|
||||
-Dmount-path=/usr/bin/mount \
|
||||
-Dumount-path=/usr/bin/umount
|
||||
-Dumount-path=/usr/bin/umount \
|
||||
-Dnobody-group=nogroup
|
||||
|
||||
# disable unsupported features for non-glibc toolchains
|
||||
ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),y)
|
||||
|
Loading…
Reference in New Issue
Block a user