mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
xuser-account: add xuser to disk group
Add xuser to disk group, so it could write usb storage in which the filesystem type is vfat/fat. [YOCTO #4004] (From OE-Core rev: 07a969443bc3cdd3799aa7f04aa5aac2cbdd00e8) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
565956f82f
commit
e23d5a0e34
@@ -21,7 +21,7 @@ do_install() {
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
GROUPADD_PARAM_${PN} = "--system shutdown"
|
||||
USERADD_PARAM_${PN} = "--create-home \
|
||||
--groups video,tty,audio,input,shutdown \
|
||||
--groups video,tty,audio,input,shutdown,disk \
|
||||
--user-group xuser"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
Reference in New Issue
Block a user