From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C299158041 for ; Thu, 28 Mar 2024 07:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5C9AE2A0B; Thu, 28 Mar 2024 07:43:02 +0000 (UTC) Received: from n.hanft.de (n.hanft.de [IPv6:2001:780:125:1::e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5493BE2A03 for ; Thu, 28 Mar 2024 07:43:02 +0000 (UTC) Received: from home01.hanft.de (home01.hanft.de [IPv6:2003:a:1137:e000:a:f:5:15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by n.hanft.de (Postfix) with ESMTPS id 2C552966C3B; Thu, 28 Mar 2024 08:42:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hanft.de; s=231024; t=1711611779; bh=S64qEcjohCcwcKc12xyEiNtBs98oONLKXXvKmI0yZmw=; h=Subject:To:References:From:Date:In-Reply-To:From; b=03V3lMfs60X+Mde7v4Z7pExLn/Q/ytjOOeIQ2UAeMa5Glmk0Nb/3vdJk0TfiOARvq 9nbzcuSqzhxbk54Q86PgSWlY63vqcAhWcBBYvPICa/DwjVKjdA4IVV/QcO3oKW/HvN eL9L71Yt1nWbTD+6uJPGzUHcXZA1qNvNCha2kXDbTXermfWu6l8T77d2HvtjKb1kQY NLbiHYe/jv7fxRLg8bP7IN6N94tcyNEe8aJxY2xfQYBYed4NQsNZorU9/lMjpUFpqS 3+9llRffQwmr0lbVHswlw0mAvESEfELwGWF/r1LAheKJvr8En415eo4+mFhmNaBt/V prz4MKsbSFXlw== Subject: Re: [gentoo-user] Issue with new hardened profiles 23.0 To: gentoo-user@lists.gentoo.org References: <3302895.44csPzL39Z@persephone> From: Matthias Hanft Message-ID: Date: Thu, 28 Mar 2024 08:42:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: <3302895.44csPzL39Z@persephone> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: cdf77247-c155-47f9-8190-c3caa5e4ffaa X-Archives-Hash: 857027597195026a24b53e987b1c7d5f J. Roeleveld wrote: > > When rebooting, I noticed the "openrc" program was moved from "/sbin/openrc" > to "/usr/sbin/openrc". I understand this is related to the merge-usr stuff, but > I am planning on doing this change later. > The profile I selected has the "split-usr" in the name (just as described). > > Has anyone else seen this as well? Not here. Moved from [3] default/linux/amd64/17.1/hardened (exp) to [58] default/linux/amd64/23.0/split-usr/hardened (stable) * and openrc still remains in /sbin: gentoo64 ~ # which openrc /sbin/openrc gentoo64 ~ # So if your openrc has been moved, there must have been a reason for this other than simply changing the profile... -Matt