aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/yerba-user/yerba-user.bb
blob: be83674ae2ca0f3c9c697f285930c601e7252160 (plain)
1
2
3
4
5
6
7
8
9
SUMMARY = "Add a non-root user with doas permissions"
LICENSE = "MIT"

inherit useradd

USERADD_PACKAGES = "${PN}"
USERADD_PARAM:${PN} = "-p '$6$ejafA1eayhrw94gC$TkY3uLfma5N.dLf9z3axYKFw0OTCbGQivSGFT.Ja6SqYtnwmsYUNAGJ3qvvdxPSrNdmGVc1yI.kGCZ/TrsoX7.' -s /bin/zsh -G wheel,audio,video,storage -m exampleuser"

BB_DONT_CACHE = "1"