From f2738c399dffe325b5add7b912d9562484f071e3 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sat, 3 Jan 2026 15:23:38 -0600 Subject: Introduce core-image-unit - Add unitexe user - Configured for public key authentication SSH - Part of sudoers (via drop-in) so admin tasks can be performed - No root login via SSH or TTY allowed - TTY is restricted via PAM - Added misc. utilities --- meta-unit-core/recipes-unit/images/unit-image-base.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-unit-core/recipes-unit/images/unit-image-base.inc (limited to 'meta-unit-core/recipes-unit/images/unit-image-base.inc') diff --git a/meta-unit-core/recipes-unit/images/unit-image-base.inc b/meta-unit-core/recipes-unit/images/unit-image-base.inc new file mode 100644 index 0000000..c81d895 --- /dev/null +++ b/meta-unit-core/recipes-unit/images/unit-image-base.inc @@ -0,0 +1,7 @@ +inherit core-image +inherit image-buildinfo + +IMAGE_INSTALL:append = " packagegroup-unit-networking" +IMAGE_INSTALL:append = " packagegroup-unit-system" +IMAGE_INSTALL:append = " packagegroup-unit-users" +IMAGE_INSTALL:append = " packagegroup-unit-utils" -- cgit v1.2.3