blob: f70efa95aa901e6347ec95679082a803bf3ed783 (
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 -m yerba"
BB_DONT_CACHE = "1"
|