mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
swtpm: fix parser error when using USERADDEXTENSION="useradd-staticids"
pass the required argument to --home-dir fixes: Bugzilla-15034 Signed-off-by: Ahmed Abdelfattah <a.abfattah@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
180dac9aec
commit
440e157819
@@ -36,7 +36,7 @@ EXTRA_OECONF += "--with-tss-user=${TSS_USER} --with-tss-group=${TSS_GROUP}"
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
GROUPADD_PARAM:${PN} = "--system ${TSS_USER}"
|
||||
USERADD_PARAM:${PN} = "--system -g ${TSS_GROUP} --home-dir \
|
||||
USERADD_PARAM:${PN} = "--system -g ${TSS_GROUP} --home-dir / \
|
||||
--no-create-home --shell /bin/false ${BPN}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user