Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030364AbbDWRng (ORCPT ); Thu, 23 Apr 2015 13:43:36 -0400 Received: from emvm-gh1-uea09.nsa.gov ([63.239.67.10]:53410 "EHLO emvm-gh1-uea09.nsa.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030268AbbDWRnd (ORCPT ); Thu, 23 Apr 2015 13:43:33 -0400 X-TM-IMSS-Message-ID: <15e7a90d00034208@nsa.gov> Message-ID: <55392F01.1090307@tycho.nsa.gov> Date: Thu, 23 Apr 2015 13:42:25 -0400 From: Stephen Smalley Organization: National Security Agency User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Greg Kroah-Hartman , Andy Lutomirski CC: Linus Torvalds , Andrew Morton , Arnd Bergmann , "Eric W. Biederman" , One Thousand Gnomes , Tom Gundersen , Jiri Kosina , "linux-kernel@vger.kernel.org" , Daniel Mack , David Herrmann , Djalal Harouni Subject: Re: [GIT PULL] kdbus for 4.1-rc1 References: <20150413190350.GA9485@kroah.com> <20150423130548.GA4253@kroah.com> <20150423163616.GA10874@kroah.com> <20150423171640.GA11227@kroah.com> In-Reply-To: <20150423171640.GA11227@kroah.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 18 On 04/23/2015 01:16 PM, Greg Kroah-Hartman wrote: > The binder developers at Samsung have stated that the implementation we > have here works for their model as well, so I guess that is some kind of > verification it's not entirely tied to D-Bus. They have plans on > dropping the existing binder kernel code and using the kdbus code > instead when it is merged. Where do things stand wrt LSM hooks for kdbus? I don't see any security hook calls in the kdbus tree except for the purpose of metadata collection of process security labels. But nothing for enforcing MAC over kdbus IPC. binder has a set of security hooks for that purpose, so it would be a regression wrt MAC enforcement to switch from binder to kdbus without equivalent checking there. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/