blob: 6ccf1ea018fbac690a32fbf0f7757a80e2dbe062 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 -m yerba"
ALLOW_EMPTY:${PN} = "1"
BB_DONT_CACHE = "1"
|