Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-07-10 Thread Paul Moore
On Wed, Jun 21, 2017 at 3:04 PM, Paul Moore wrote: > On Wed, Jun 21, 2017 at 5:48 AM, Luis Ressel wrote: >> On Tue, 20 Jun 2017 17:43:38 -0400 >> Paul Moore wrote: >> >>> Considering where we are at with respect to the merge window,

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-07-10 Thread Paul Moore
On Wed, Jun 21, 2017 at 3:04 PM, Paul Moore wrote: > On Wed, Jun 21, 2017 at 5:48 AM, Luis Ressel wrote: >> On Tue, 20 Jun 2017 17:43:38 -0400 >> Paul Moore wrote: >> >>> Considering where we are at with respect to the merge window, let's >>> shelve this for now and I'll merge it after the next

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-21 Thread Paul Moore
On Wed, Jun 21, 2017 at 5:48 AM, Luis Ressel wrote: > On Tue, 20 Jun 2017 17:43:38 -0400 > Paul Moore wrote: > >> Considering where we are at with respect to the merge window, let's >> shelve this for now and I'll merge it after the next merge window >>

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-21 Thread Paul Moore
On Wed, Jun 21, 2017 at 5:48 AM, Luis Ressel wrote: > On Tue, 20 Jun 2017 17:43:38 -0400 > Paul Moore wrote: > >> Considering where we are at with respect to the merge window, let's >> shelve this for now and I'll merge it after the next merge window >> closes. In all likelihood I'll be sending

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-21 Thread Luis Ressel
On Tue, 20 Jun 2017 17:43:38 -0400 Paul Moore wrote: > Considering where we are at with respect to the merge window, let's > shelve this for now and I'll merge it after the next merge window > closes. In all likelihood I'll be sending selinux/next up to James > later this

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-21 Thread Luis Ressel
On Tue, 20 Jun 2017 17:43:38 -0400 Paul Moore wrote: > Considering where we are at with respect to the merge window, let's > shelve this for now and I'll merge it after the next merge window > closes. In all likelihood I'll be sending selinux/next up to James > later this week and I'd like this

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-20 Thread Paul Moore
On Tue, Jun 20, 2017 at 4:04 PM, Stephen Smalley wrote: > On Tue, 2017-06-20 at 15:49 -0400, Paul Moore wrote: >> On Mon, Jun 19, 2017 at 5:33 PM, Luis Ressel wrote: >> > For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. >> > net/unix/af_unix.c). This

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-20 Thread Paul Moore
On Tue, Jun 20, 2017 at 4:04 PM, Stephen Smalley wrote: > On Tue, 2017-06-20 at 15:49 -0400, Paul Moore wrote: >> On Mon, Jun 19, 2017 at 5:33 PM, Luis Ressel wrote: >> > For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. >> > net/unix/af_unix.c). This is a tad obscure, but libpcap uses

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-20 Thread Stephen Smalley
On Tue, 2017-06-20 at 15:49 -0400, Paul Moore wrote: > On Mon, Jun 19, 2017 at 5:33 PM, Luis Ressel wrote: > > For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. > > net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. > > > > Signed-off-by: Luis Ressel

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-20 Thread Stephen Smalley
On Tue, 2017-06-20 at 15:49 -0400, Paul Moore wrote: > On Mon, Jun 19, 2017 at 5:33 PM, Luis Ressel wrote: > > For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. > > net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. > > > > Signed-off-by: Luis Ressel > > Acked-by: Stephen

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-20 Thread Paul Moore
On Mon, Jun 19, 2017 at 5:33 PM, Luis Ressel wrote: > For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. > net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. > > Signed-off-by: Luis Ressel > Acked-by: Stephen Smalley >

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-20 Thread Paul Moore
On Mon, Jun 19, 2017 at 5:33 PM, Luis Ressel wrote: > For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. > net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. > > Signed-off-by: Luis Ressel > Acked-by: Stephen Smalley > --- > security/selinux/hooks.c | 1 + > 1 file changed,

[PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-19 Thread Luis Ressel
For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. Signed-off-by: Luis Ressel Acked-by: Stephen Smalley --- security/selinux/hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-19 Thread Luis Ressel
For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. Signed-off-by: Luis Ressel Acked-by: Stephen Smalley --- security/selinux/hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/security/selinux/hooks.c

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-19 Thread Stephen Smalley
On Sun, 2017-06-18 at 23:45 +0200, Luis Ressel wrote: > For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. > net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. No Signed-off-by? Feel free to add my: Acked-by: Stephen Smalley > --- >  

Re: [PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-19 Thread Stephen Smalley
On Sun, 2017-06-18 at 23:45 +0200, Luis Ressel wrote: > For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. > net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. No Signed-off-by? Feel free to add my: Acked-by: Stephen Smalley > --- >  security/selinux/hooks.c | 1 + >  1 file

[PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-18 Thread Luis Ressel
For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. --- security/selinux/hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 819fd6858b49..1a331fba4a3c 100644

[PATCH] selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets

2017-06-18 Thread Luis Ressel
For PF_UNIX, SOCK_RAW is synonymous with SOCK_DGRAM (cf. net/unix/af_unix.c). This is a tad obscure, but libpcap uses it. --- security/selinux/hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 819fd6858b49..1a331fba4a3c 100644