Message ID | 20240828195129.223395-1-smayhew@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (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 2E1631AB51B for <linux-security-module@vger.kernel.org>; Wed, 28 Aug 2024 19:51:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724874702; cv=none; b=IXZEdEz20IEqJMcxaZNwLgf7y9NCTi4Src+CW438NwoAh+BbFCJXocUFagMr2oRzeaL6i5iswoAdnxgwX1LN64GDXOfBDuEFOXcf6Z4dIy+sKZJQIdFxggAxPcXPcXMUo/JaTZ4IHC+jbgA0ItA4/+WCosEEpPWvO6rRKr9fRxQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724874702; c=relaxed/simple; bh=fVISxZv2SeBGuVrnBIvZJ1tXtBQtdpAeMoaYfNH5R0k=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ppajOl8WAeWnb0fJBHx18X43abFHl2mNONnETj4G/D73lgISLiB2rHmdP+emHS69V0jtPoBwF0CQiAp3dHnMb+3rUr1zyk5nW1oMbjbQb+DeGI/xAHpshitMxS6ZZ8UvAiPwRj0sR5Em13xWuBng5/kt56db9d/DX2sho+zDE0c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=MG10//j5; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="MG10//j5" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1724874699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=aQ9LTm9VbgupYTnWRM8uzbNpl19bMmaQOYwLWwUdRQk=; b=MG10//j5AuzyTDG+p3EyjVqlhcYFWzVKTlbvTSzI13zjdcct+kN4SpEwmeBy/X4Qv2/qgA e85KnAFCXSjdshUMh06CvQJbmPMfQo2eCjLfNKa0Jt16vpDq77nxLbCwDk5DS1HYVZCVHR A4g9W5JjDSitY+cVGbR1tfDYhXsg4dE= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-187-lJH4D0t4PturfPDp0wlmTg-1; Wed, 28 Aug 2024 15:51:34 -0400 X-MC-Unique: lJH4D0t4PturfPDp0wlmTg-1 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.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 mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 8F17C1955BEF; Wed, 28 Aug 2024 19:51:32 +0000 (UTC) Received: from aion.redhat.com (unknown [10.22.9.161]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id DE3AA19560AA; Wed, 28 Aug 2024 19:51:31 +0000 (UTC) Received: from aion.redhat.com (localhost [IPv6:::1]) by aion.redhat.com (Postfix) with ESMTP id D2F1C1F0955; Wed, 28 Aug 2024 15:51:29 -0400 (EDT) From: Scott Mayhew <smayhew@redhat.com> To: paul@paul-moore.com, stephen.smalley.work@gmail.com, casey@schaufler-ca.com Cc: chuck.lever@oracle.com, marek.gresko@protonmail.com, selinux@vger.kernel.org, linux-security-module@vger.kernel.org, linux-nfs@vger.kernel.org Subject: [PATCH 0/1] selinux,smack: don't bypass permissions check in inode_setsecctx hook Date: Wed, 28 Aug 2024 15:51:28 -0400 Message-ID: <20240828195129.223395-1-smayhew@redhat.com> Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: <linux-security-module.vger.kernel.org> List-Subscribe: <mailto:linux-security-module+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-security-module+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 |
Series |
selinux,smack: don't bypass permissions check in inode_setsecctx hook
|
expand
|