diff options
author | John Klug <john.klug@multitech.com> | 2019-08-21 14:43:52 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 11:33:50 -0600 |
commit | acbc01400a529c425c2981d55af705c89d1f10f3 (patch) | |
tree | fdf8b1aad04dbb41c6cc8f7fda7e8e77348c884b /recipes-core | |
parent | 775f6bdc5e8160c426ecb4d787923145263620f9 (diff) | |
download | meta-mlinux-acbc01400a529c425c2981d55af705c89d1f10f3.tar.gz meta-mlinux-acbc01400a529c425c2981d55af705c89d1f10f3.tar.bz2 meta-mlinux-acbc01400a529c425c2981d55af705c89d1f10f3.zip |
Add mtadm to dialout for chat_wrapper access to modems
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/useradd/useradd.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/useradd/useradd.bb b/recipes-core/useradd/useradd.bb index cbc48e7..9f7ef05 100644 --- a/recipes-core/useradd/useradd.bb +++ b/recipes-core/useradd/useradd.bb @@ -1,7 +1,7 @@ SUMMARY = "Add mtadm user" DESCRIPTION = "Add mtadm user for security purposes" SECTION = "mtadm" -PR = "r1" +PR = "r2" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" @@ -28,7 +28,7 @@ GROUPADD_PARAM_${PN} = "-r -g 27 sudo" # useradd command. Multiple users can be created by separating # the commands with a semicolon. Here we'll create two users, # user1 and user2: -USERADD_PARAM_${PN} = "-u 50 -G sudo,disk -m -r -s /bin/bash mtadm" +USERADD_PARAM_${PN} = "-u 50 -G sudo,disk,dialout -m -r -s /bin/bash mtadm" do_install () { # If the recipe doesn't have a file, the ipk |