blob: 8cc7faf5c7d7b20ab4b528807ce6d388313453df (
plain)
1
2
3
4
5
6
7
8
9
10
|
SUMMARY = "Unit users"
inherit packagegroup
# TTY root login restriction, among other things.
# Is needed for rootless containers too.
RDEPENDS:${PN}:append = " libpam"
# Add admin user.
RDEPENDS:${PN}:append = " add-user-unitexe"
|