Re: [PATCH] SELinux: apply a different permission to ptrace a child vs non-child

2012-04-09 Thread Justin M. Forbes
On Mon, Apr 09, 2012 at 01:13:06PM -0400, Eric Paris wrote: > On Mon, 2012-04-09 at 12:40 -0400, Josh Boyer wrote: > > On Mon, Apr 09, 2012 at 09:59:18AM -0400, Eric Paris wrote: > > > Some applications, like gdb, are able to ptrace both children or other > > > completely unrelated tasks. We would

Re: First 3.4 rc2 build is a debug build

2012-04-09 Thread Justin M. Forbes
On Mon, 2012-04-09 at 12:07 -0500, Bruno Wolff III wrote: > Can we get a release build for the next rc2 build as a make up? Yes, it will have a non debug build today Justin ___ kernel mailing list kernel@lists.fedoraproject.org https://admin.fedoraproj

Re: [PATCH] SELinux: apply a different permission to ptrace a child vs non-child

2012-04-09 Thread Eric Paris
On Mon, 2012-04-09 at 12:40 -0400, Josh Boyer wrote: > On Mon, Apr 09, 2012 at 09:59:18AM -0400, Eric Paris wrote: > > Some applications, like gdb, are able to ptrace both children or other > > completely unrelated tasks. We would like to be able to discern these two > > things and to be able to a

First 3.4 rc2 build is a debug build

2012-04-09 Thread Bruno Wolff III
Can we get a release build for the next rc2 build as a make up? ___ kernel mailing list kernel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kernel

Re: [PATCH] SELinux: apply a different permission to ptrace a child vs non-child

2012-04-09 Thread Josh Boyer
On Mon, Apr 09, 2012 at 09:59:18AM -0400, Eric Paris wrote: > Some applications, like gdb, are able to ptrace both children or other > completely unrelated tasks. We would like to be able to discern these two > things and to be able to allow gdb to ptrace it's children, but not to be > able to ptr

Re: how to build carl9170 firmware

2012-04-09 Thread John W. Linville
On Fri, 2012-04-06 at 17:44 +0200, Dan Horák wrote: > Dan Horák píše v Pá 06. 04. 2012 v 17:30 +0200: > > Dan Horák píše v Pá 06. 04. 2012 v 11:13 +0200: > > > Hi, > > > > > > after a discussion with jwb and linvile on #fedora-kernel I did some > > > experiments how could be the carl9170 firmwar

[PATCH] SELinux: apply a different permission to ptrace a child vs non-child

2012-04-09 Thread Eric Paris
Some applications, like gdb, are able to ptrace both children or other completely unrelated tasks. We would like to be able to discern these two things and to be able to allow gdb to ptrace it's children, but not to be able to ptrace unrelated tasks for security reasons. Upstream is a bit weary o