From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 37BFA21CC7C; Wed, 9 Apr 2025 23:44:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744242278; cv=none; b=qHWjUh6GRXg3sxuVndrvwVAF6UsrOFazFB9D+ZF0Twn78RtxeZf3rwxAvY1Zo8Mz5j+J5vQhmSXBcTvAE2NHliFS3oNClzJ/xi8B+IOvpn/9mAnLtMbt53VyM/wBH39MqnHVjThU8KfxQIyi7U5wyRk6IYbwkkpkBr8dhxb69Xg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744242278; c=relaxed/simple; bh=Mi6Lz+232Ax1E0orF7QIVfnmQymN6Lpxdl/wmXwetyc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GDG5G4v0G+sGBstvr2AJbO8/A0PIZJmlmbSrQuijNBYv/cLEm2Q8wO9oe5WVdylrIuq4OYXc0fPHDQx1CWZnGDb4mDFGZq3yec/zMmuwUZeuGqpaEpr3h5eNsNPu9Rg8hd5iCDPD6nqwlEm+lIJjXQTgaL7PyXQyh4ZkSPav19U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VZXcXeGI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VZXcXeGI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F359DC4CEE2; Wed, 9 Apr 2025 23:44:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744242278; bh=Mi6Lz+232Ax1E0orF7QIVfnmQymN6Lpxdl/wmXwetyc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VZXcXeGIWke2BflRJ+ELUqAPYMUKVM5htCTt5GvKVC/o4AGVOKCiwt/huA98dqgTE BaRYQyIjKd0BWvcZIceXFdtIlM5ZQKQ2MFYEE5flB0e8tTLkxurkgM84ZwtYQkzC7B xP6kLF1/NOThQrh6m6e/m5rqOaowViuiI29M/ehUjiG8lO0gyyGGVEPAwc7mGgmUcL HKmN5ixCb/csgdArYH4bMdpanPi2YHckIalHGfxJzpyI4jCJL8Gz57Z6qm1BkDY2bV SCsEaNp2Tn1O7fEVwyEJ3G4CKFs0T7ivHOlNxvjRe0ICzFv9wvK4bgyZQUVv8LKExI 2iU3j1hTu39+A== Date: Wed, 9 Apr 2025 16:44:35 -0700 From: Kees Cook To: Paul Moore Cc: linux-security-module@vger.kernel.org, linux-integrity@vger.kernel.org, selinux@vger.kernel.org, John Johansen , Mimi Zohar , Roberto Sassu , Fan Wu , =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= , =?iso-8859-1?Q?G=FCnther?= Noack , Micah Morton , Casey Schaufler , Tetsuo Handa Subject: Re: [RFC PATCH 23/29] apparmor: move initcalls to the LSM framework Message-ID: <202504091644.81276A2B3@keescook> References: <20250409185019.238841-31-paul@paul-moore.com> <20250409185019.238841-54-paul@paul-moore.com> Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250409185019.238841-54-paul@paul-moore.com> On Wed, Apr 09, 2025 at 02:50:08PM -0400, Paul Moore wrote: > Signed-off-by: Paul Moore Reviewed-by: Kees Cook -- Kees Cook