Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751776AbdFHU6G (ORCPT ); Thu, 8 Jun 2017 16:58:06 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:35561 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751427AbdFHU6E (ORCPT ); Thu, 8 Jun 2017 16:58:04 -0400 X-Originating-IP: 72.66.113.207 Subject: Re: [kernel-hardening] [PATCH 0/6] LSM: Security module blob management To: Casey Schaufler , LSM , James Morris Cc: John Johansen , Tetsuo Handa , Paul Moore , Stephen Smalley , Kees Cook , "kernel-hardening@lists.openwall.com" , LKLM References: <59cec608-608e-6de6-21d9-bdec7b0ded3b@schaufler-ca.com> From: Matt Brown Message-ID: <2a28d30a-22d3-33ff-581c-f1347fbbae74@nmatt.com> Date: Thu, 8 Jun 2017 16:58:01 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <59cec608-608e-6de6-21d9-bdec7b0ded3b@schaufler-ca.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 18 On 6/8/17 4:43 PM, Casey Schaufler wrote: > Subject: [PATCH 0/6] LSM: Security module blob management > > This patch set moves management of security blobs out of > the Linux security modules and into the security module > infrastructure. This allows "major" security modules that > use blobs to be stacked, just as "minor" modules that > do not use blobs can be stacked today. It stops short of > providing a safe interface for the Netlabel and SO_PEERSEC. > As a result, any of the existing security modules may be > used in combination except for SELinux and Smack. Very excited about this! I can definitely see use cases for special purpose LSMs that require data blobs but do not replace things like SELinux, SMACK or AppArmor. I have had a few ideas recently that would not be possible under the current setup of one shared blob. Matt