Re: [PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-23 Thread Greg KH
On Fri, Jan 23, 2015 at 01:56:28PM -0800, Casey Schaufler wrote: > On 1/22/2015 6:30 PM, Greg KH wrote: > > On Thu, Jan 22, 2015 at 01:47:29PM -0500, Stephen Smalley wrote: > >> On Thu, Jan 22, 2015 at 1:09 PM, Casey Schaufler > >> wrote: > >>> On 1/22/2015 12:51 AM, Greg KH wrote: > On Wed,

Re: [PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-23 Thread Casey Schaufler
On 1/22/2015 6:30 PM, Greg KH wrote: > On Thu, Jan 22, 2015 at 01:47:29PM -0500, Stephen Smalley wrote: >> On Thu, Jan 22, 2015 at 1:09 PM, Casey Schaufler >> wrote: >>> On 1/22/2015 12:51 AM, Greg KH wrote: On Wed, Jan 21, 2015 at 10:54:10AM -0500, Stephen Smalley wrote: > Add security

Re: [PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-22 Thread Greg KH
On Thu, Jan 22, 2015 at 01:47:29PM -0500, Stephen Smalley wrote: > On Thu, Jan 22, 2015 at 1:09 PM, Casey Schaufler > wrote: > > On 1/22/2015 12:51 AM, Greg KH wrote: > >> On Wed, Jan 21, 2015 at 10:54:10AM -0500, Stephen Smalley wrote: > >>> Add security hooks to the binder and implement the hoo

Re: [PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-22 Thread Stephen Smalley
On Thu, Jan 22, 2015 at 1:09 PM, Casey Schaufler wrote: > On 1/22/2015 12:51 AM, Greg KH wrote: >> On Wed, Jan 21, 2015 at 10:54:10AM -0500, Stephen Smalley wrote: >>> Add security hooks to the binder and implement the hooks for SELinux. >>> The security hooks enable security modules such as SELin

Re: [PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-22 Thread Casey Schaufler
On 1/22/2015 12:51 AM, Greg KH wrote: > On Wed, Jan 21, 2015 at 10:54:10AM -0500, Stephen Smalley wrote: >> Add security hooks to the binder and implement the hooks for SELinux. >> The security hooks enable security modules such as SELinux to implement >> controls over binder IPC. The security hoo

Re: [PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-22 Thread Nick Kralevich
Acked-By: Nick Kralevich On Thu, Jan 22, 2015 at 12:51 AM, Greg KH wrote: > On Wed, Jan 21, 2015 at 10:54:10AM -0500, Stephen Smalley wrote: >> Add security hooks to the binder and implement the hooks for SELinux. >> The security hooks enable security modules such as SELinux to implement >> cont

Re: [PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-22 Thread Jeffrey Vander Stoep
ACK. This has been in the android tree since Nov 2012. Forward port of commit: 6639e3d91a05bafa2a85c24c211c43fcaa1b17c5 in https://android.googlesource.com/kernel/common.git Apologies for the double send. Forgot to disable formatting. Thanks, Jeff On Thu, Jan 22, 2015 at 12:51 AM, Greg KH wro

Re: [PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-22 Thread Greg KH
On Wed, Jan 21, 2015 at 10:54:10AM -0500, Stephen Smalley wrote: > Add security hooks to the binder and implement the hooks for SELinux. > The security hooks enable security modules such as SELinux to implement > controls over binder IPC. The security hooks include support for > controlling what p

[PATCH] Add security hooks to binder and implement the hooks for SELinux.

2015-01-21 Thread Stephen Smalley
Add security hooks to the binder and implement the hooks for SELinux. The security hooks enable security modules such as SELinux to implement controls over binder IPC. The security hooks include support for controlling what process can become the binder context manager (binder_set_context_mgr), co