From 4f01a18c377f84624b6bac00dee2d7d6a5724010 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 4 Oct 2022 13:19:46 +0200 Subject: [PATCH] profile/coreos/arm64: switch parent profile to 17.0/hardened This was left as a 'TODO', but finally showed up when building the arm64 SDK. The generic parent profile caused arm64 SDK (but also production images) to have several USE flags missing, most importantly acl. Without acl, `usermod -m` fails to correctly copy skeleton files when creating a new user. Switch to parent profile to one matching the amd64 parent profile, which brings the two arches closer together. --- .../third_party/coreos-overlay/profiles/coreos/arm64/parent | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/parent b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/parent index abb3d18940..ffc428f773 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/parent +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/parent @@ -1,3 +1,2 @@ -#portage-stable:hardened/linux/arm64 -- switch when available -portage-stable:default/linux/arm64 +portage-stable:default/linux/arm64/17.0/hardened :coreos/base