All of lore.kernel.org
 help / color / mirror / Atom feed
* ls -l  /proc/1/exe -> Permission denied
@ 2014-07-17 11:18 Joakim Tjernlund
  2014-07-18 12:58 ` Richard Weinberger
  2014-07-19 20:21 ` Andreas Schwab
  0 siblings, 2 replies; 18+ messages in thread
From: Joakim Tjernlund @ 2014-07-17 11:18 UTC (permalink / raw)
  To: linux-kernel

Trying to real /proc/<pid>/exe I noticed I could not read links not 
belonging to my user such as:
jocke >  ls -l /proc/1/exe
             ls: cannot read symbolic link /proc/1/exe: Permission denied

Is this expected?

uname -a
Linux gentoo-jocke 3.12.21

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-17 11:18 ls -l /proc/1/exe -> Permission denied Joakim Tjernlund
@ 2014-07-18 12:58 ` Richard Weinberger
  2014-07-18 13:49   ` Joakim Tjernlund
       [not found]   ` <OF542E7A59.842197B0-ONC1257D19.004B7FF4-C1257D19.004BEC7C@LocalDomain>
  2014-07-19 20:21 ` Andreas Schwab
  1 sibling, 2 replies; 18+ messages in thread
From: Richard Weinberger @ 2014-07-18 12:58 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: LKML

On Thu, Jul 17, 2014 at 1:18 PM, Joakim Tjernlund
<joakim.tjernlund@transmode.se> wrote:
> Trying to real /proc/<pid>/exe I noticed I could not read links not
> belonging to my user such as:
> jocke >  ls -l /proc/1/exe
>              ls: cannot read symbolic link /proc/1/exe: Permission denied
>
> Is this expected?

Why do you think this is unexpected?

-- 
Thanks,
//richard

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-18 12:58 ` Richard Weinberger
@ 2014-07-18 13:49   ` Joakim Tjernlund
       [not found]   ` <OF542E7A59.842197B0-ONC1257D19.004B7FF4-C1257D19.004BEC7C@LocalDomain>
  1 sibling, 0 replies; 18+ messages in thread
From: Joakim Tjernlund @ 2014-07-18 13:49 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: LKML

Richard Weinberger <richard.weinberger@gmail.com> wrote on 2014/07/18 
14:58:30:
> 
> On Thu, Jul 17, 2014 at 1:18 PM, Joakim Tjernlund
> <joakim.tjernlund@transmode.se> wrote:
> > Trying to real /proc/<pid>/exe I noticed I could not read links not
> > belonging to my user such as:
> > jocke >  ls -l /proc/1/exe
> >              ls: cannot read symbolic link /proc/1/exe: Permission 
denied
> >
> > Is this expected?
> 
> Why do you think this is unexpected?

It only shows the full path to the executable, compare with comm which 
shows basename(app).

I have an idea for qemu-user which needs to identify which processes
are running /usr/bin/qemu-<arch> and which are not so it knows how
to munge different /proc/ files.

 Jocke

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
       [not found]   ` <OF542E7A59.842197B0-ONC1257D19.004B7FF4-C1257D19.004BEC7C@LocalDomain>
@ 2014-07-18 15:05     ` Joakim Tjernlund
  2014-07-19 20:06       ` Richard Weinberger
  0 siblings, 1 reply; 18+ messages in thread
From: Joakim Tjernlund @ 2014-07-18 15:05 UTC (permalink / raw)
  Cc: Richard Weinberger, LKML

Joakim Tjernlund/Transmode wrote on 2014/07/18 15:49:17:
> 
> Richard Weinberger <richard.weinberger@gmail.com> wrote on 2014/07/18 
14:58:30:
> > 
> > On Thu, Jul 17, 2014 at 1:18 PM, Joakim Tjernlund
> > <joakim.tjernlund@transmode.se> wrote:
> > > Trying to real /proc/<pid>/exe I noticed I could not read links not
> > > belonging to my user such as:
> > > jocke >  ls -l /proc/1/exe
> > >              ls: cannot read symbolic link /proc/1/exe: Permission 
denied
> > >
> > > Is this expected?
> > 
> > Why do you think this is unexpected?

> It only shows the full path to the executable, compare with comm which 
shows basename(app).
> 
> I have an idea for qemu-user which needs to identify which processes
> are running /usr/bin/qemu-<arch> and which are not so it knows how
> to munge different /proc/ files.

Just to be clear, I expect to read where /proc/1/exe points, not the 
contents of the file
pointed to.

It seems that any and all symlinks are forbidden:
> ls -l /proc/1
ls: cannot read symbolic link /proc/1/cwd: Permission denied
ls: cannot read symbolic link /proc/1/root: Permission denied
ls: cannot read symbolic link /proc/1/exe: Permission denied

 Jocke

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-18 15:05     ` Joakim Tjernlund
@ 2014-07-19 20:06       ` Richard Weinberger
  0 siblings, 0 replies; 18+ messages in thread
From: Richard Weinberger @ 2014-07-19 20:06 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: LKML



Am 18.07.2014 17:05, schrieb Joakim Tjernlund:
> Joakim Tjernlund/Transmode wrote on 2014/07/18 15:49:17:
>>
>> Richard Weinberger <richard.weinberger@gmail.com> wrote on 2014/07/18 
> 14:58:30:
>>>
>>> On Thu, Jul 17, 2014 at 1:18 PM, Joakim Tjernlund
>>> <joakim.tjernlund@transmode.se> wrote:
>>>> Trying to real /proc/<pid>/exe I noticed I could not read links not
>>>> belonging to my user such as:
>>>> jocke >  ls -l /proc/1/exe
>>>>              ls: cannot read symbolic link /proc/1/exe: Permission 
> denied
>>>>
>>>> Is this expected?
>>>
>>> Why do you think this is unexpected?
> 
>> It only shows the full path to the executable, compare with comm which 
> shows basename(app).
>>
>> I have an idea for qemu-user which needs to identify which processes
>> are running /usr/bin/qemu-<arch> and which are not so it knows how
>> to munge different /proc/ files.
> 
> Just to be clear, I expect to read where /proc/1/exe points, not the 
> contents of the file
> pointed to.
> 
> It seems that any and all symlinks are forbidden:
>> ls -l /proc/1
> ls: cannot read symbolic link /proc/1/cwd: Permission denied
> ls: cannot read symbolic link /proc/1/root: Permission denied
> ls: cannot read symbolic link /proc/1/exe: Permission denied

Because they all share the same implementation.
See proc_pid_link_inode_operations() in fs/proc/base.c

Happy hacking. :-)

Thanks,
//richard

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l  /proc/1/exe -> Permission denied
  2014-07-17 11:18 ls -l /proc/1/exe -> Permission denied Joakim Tjernlund
  2014-07-18 12:58 ` Richard Weinberger
@ 2014-07-19 20:21 ` Andreas Schwab
  2014-07-20  9:02   ` Joakim Tjernlund
  1 sibling, 1 reply; 18+ messages in thread
From: Andreas Schwab @ 2014-07-19 20:21 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: linux-kernel

Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:

> Trying to real /proc/<pid>/exe I noticed I could not read links not 
> belonging to my user such as:
> jocke >  ls -l /proc/1/exe
>              ls: cannot read symbolic link /proc/1/exe: Permission denied
>
> Is this expected?

Yes.  This information is considered private.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l  /proc/1/exe -> Permission denied
  2014-07-19 20:21 ` Andreas Schwab
@ 2014-07-20  9:02   ` Joakim Tjernlund
  2014-07-20 10:55     ` Andreas Schwab
  0 siblings, 1 reply; 18+ messages in thread
From: Joakim Tjernlund @ 2014-07-20  9:02 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: linux-kernel

Andreas Schwab <schwab@linux-m68k.org> wrote on 2014/07/19 22:21:59:
> 
> Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:
> 
> > Trying to real /proc/<pid>/exe I noticed I could not read links not 
> > belonging to my user such as:
> > jocke >  ls -l /proc/1/exe
> >              ls: cannot read symbolic link /proc/1/exe: Permission 
denied
> >
> > Is this expected?
> 
> Yes.  This information is considered private.

I don't understand why though.
Why have exe in the fist place then?

 Jocke

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l  /proc/1/exe -> Permission denied
  2014-07-20  9:02   ` Joakim Tjernlund
@ 2014-07-20 10:55     ` Andreas Schwab
  2014-07-20 11:06       ` Richard Weinberger
  0 siblings, 1 reply; 18+ messages in thread
From: Andreas Schwab @ 2014-07-20 10:55 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: linux-kernel

Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:

> Andreas Schwab <schwab@linux-m68k.org> wrote on 2014/07/19 22:21:59:
>> 
>> Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:
>> 
>> > Trying to real /proc/<pid>/exe I noticed I could not read links not 
>> > belonging to my user such as:
>> > jocke >  ls -l /proc/1/exe
>> >              ls: cannot read symbolic link /proc/1/exe: Permission 
> denied
>> >
>> > Is this expected?
>> 
>> Yes.  This information is considered private.
>
> I don't understand why though.

It would allow bypassing access restrictions.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 10:55     ` Andreas Schwab
@ 2014-07-20 11:06       ` Richard Weinberger
  2014-07-20 11:19         ` Joakim Tjernlund
  2014-07-20 11:51         ` Andreas Schwab
  0 siblings, 2 replies; 18+ messages in thread
From: Richard Weinberger @ 2014-07-20 11:06 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Joakim Tjernlund, LKML

On Sun, Jul 20, 2014 at 12:55 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:
>
>> Andreas Schwab <schwab@linux-m68k.org> wrote on 2014/07/19 22:21:59:
>>>
>>> Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:
>>>
>>> > Trying to real /proc/<pid>/exe I noticed I could not read links not
>>> > belonging to my user such as:
>>> > jocke >  ls -l /proc/1/exe
>>> >              ls: cannot read symbolic link /proc/1/exe: Permission
>> denied
>>> >
>>> > Is this expected?
>>>
>>> Yes.  This information is considered private.
>>
>> I don't understand why though.
>
> It would allow bypassing access restrictions.

Do you have an example?
I'm asking because an attacker could make any symlink as he wants to.
A ln -s /etc/shadow lala still does not give me access to shadow...

-- 
Thanks,
//richard

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 11:06       ` Richard Weinberger
@ 2014-07-20 11:19         ` Joakim Tjernlund
  2014-07-20 11:51         ` Andreas Schwab
  1 sibling, 0 replies; 18+ messages in thread
From: Joakim Tjernlund @ 2014-07-20 11:19 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: LKML, Andreas Schwab

Richard Weinberger <richard.weinberger@gmail.com> wrote on 2014/07/20 
13:06:30:
> 
> On Sun, Jul 20, 2014 at 12:55 PM, Andreas Schwab <schwab@linux-m68k.org> 
wrote:
> > Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:
> >
> >> Andreas Schwab <schwab@linux-m68k.org> wrote on 2014/07/19 22:21:59:
> >>>
> >>> Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:
> >>>
> >>> > Trying to real /proc/<pid>/exe I noticed I could not read links 
not
> >>> > belonging to my user such as:
> >>> > jocke >  ls -l /proc/1/exe
> >>> >              ls: cannot read symbolic link /proc/1/exe: Permission
> >> denied
> >>> >
> >>> > Is this expected?
> >>>
> >>> Yes.  This information is considered private.
> >>
> >> I don't understand why though.
> >
> > It would allow bypassing access restrictions.
> 
> Do you have an example?
> I'm asking because an attacker could make any symlink as he wants to.
> A ln -s /etc/shadow lala still does not give me access to shadow...

precisely, I just want to see what it is pointing too.
Also, the links privs are inconsistent with current behaviour:
 lrwxrwxrwx   1 root root 0 Jul 15 19:03 exe

 Jocke

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 11:06       ` Richard Weinberger
  2014-07-20 11:19         ` Joakim Tjernlund
@ 2014-07-20 11:51         ` Andreas Schwab
  2014-07-20 12:05           ` Richard Weinberger
                             ` (2 more replies)
  1 sibling, 3 replies; 18+ messages in thread
From: Andreas Schwab @ 2014-07-20 11:51 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: Joakim Tjernlund, LKML

Richard Weinberger <richard.weinberger@gmail.com> writes:

> On Sun, Jul 20, 2014 at 12:55 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:
>> Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:
>>
>>> Andreas Schwab <schwab@linux-m68k.org> wrote on 2014/07/19 22:21:59:
>>>>
>>>> Joakim Tjernlund <joakim.tjernlund@transmode.se> writes:
>>>>
>>>> > Trying to real /proc/<pid>/exe I noticed I could not read links not
>>>> > belonging to my user such as:
>>>> > jocke >  ls -l /proc/1/exe
>>>> >              ls: cannot read symbolic link /proc/1/exe: Permission
>>> denied
>>>> >
>>>> > Is this expected?
>>>>
>>>> Yes.  This information is considered private.
>>>
>>> I don't understand why though.
>>
>> It would allow bypassing access restrictions.
>
> Do you have an example?

proc symlinks are special because they actually resolve to the inode.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 11:51         ` Andreas Schwab
@ 2014-07-20 12:05           ` Richard Weinberger
  2014-07-20 12:05           ` Richard Weinberger
  2014-07-20 12:08           ` Richard Weinberger
  2 siblings, 0 replies; 18+ messages in thread
From: Richard Weinberger @ 2014-07-20 12:05 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Joakim Tjernlund, LKML

Am 20.07.2014 13:51, schrieb Andreas Schwab:
> Richard Weinberger <richard.weinberger@gmail.com> writes:
>> Do you have an example?
> 
> proc symlinks are special because they actually resolve to the inode.

Ah. If an attacker manages the kernel to follow the symlink he could
indirectly access that file.
Thanks for pointing this out!

Thanks,
//richard

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 11:51         ` Andreas Schwab
  2014-07-20 12:05           ` Richard Weinberger
@ 2014-07-20 12:05           ` Richard Weinberger
  2014-07-20 19:15             ` Joakim Tjernlund
  2014-07-20 12:08           ` Richard Weinberger
  2 siblings, 1 reply; 18+ messages in thread
From: Richard Weinberger @ 2014-07-20 12:05 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Joakim Tjernlund, LKML

Am 20.07.2014 13:51, schrieb Andreas Schwab:
> Richard Weinberger <richard.weinberger@gmail.com> writes:
>> Do you have an example?
> 
> proc symlinks are special because they actually resolve to the inode.

Ah. If an attacker manages the kernel to follow the symlink he could
indirectly access that file.
Thanks for pointing this out!

Thanks,
//richard

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 11:51         ` Andreas Schwab
  2014-07-20 12:05           ` Richard Weinberger
  2014-07-20 12:05           ` Richard Weinberger
@ 2014-07-20 12:08           ` Richard Weinberger
  2014-07-21 17:48             ` Eric W. Biederman
  2 siblings, 1 reply; 18+ messages in thread
From: Richard Weinberger @ 2014-07-20 12:08 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Joakim Tjernlund, LKML

Am 20.07.2014 13:51, schrieb Andreas Schwab:
> Richard Weinberger <richard.weinberger@gmail.com> writes:
>> Do you have an example?
> 
> proc symlinks are special because they actually resolve to the inode.

Ah. If an attacker manages the kernel to follow the symlink he could
indirectly access that file.
Thanks for pointing this out!

Thanks,
//richard

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 12:05           ` Richard Weinberger
@ 2014-07-20 19:15             ` Joakim Tjernlund
  2014-07-20 20:00               ` Richard Weinberger
  0 siblings, 1 reply; 18+ messages in thread
From: Joakim Tjernlund @ 2014-07-20 19:15 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: LKML, Andreas Schwab

Richard Weinberger <richard@nod.at> wrote on 2014/07/20 14:05:41:
> 
> Am 20.07.2014 13:51, schrieb Andreas Schwab:
> > Richard Weinberger <richard.weinberger@gmail.com> writes:
> >> Do you have an example?
> > 
> > proc symlinks are special because they actually resolve to the inode.
> 
> Ah. If an attacker manages the kernel to follow the symlink he could
> indirectly access that file.
> Thanks for pointing this out!

That is a big if, I read this as you don't trust the kernels impl.
of proc sym links so paper over this with denying all other to read 
trivial
data such as the exe sym link.

 Jocke 

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 19:15             ` Joakim Tjernlund
@ 2014-07-20 20:00               ` Richard Weinberger
  2014-07-20 22:05                 ` Joakim Tjernlund
  0 siblings, 1 reply; 18+ messages in thread
From: Richard Weinberger @ 2014-07-20 20:00 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: LKML, Andreas Schwab

Am 20.07.2014 21:15, schrieb Joakim Tjernlund:
> Richard Weinberger <richard@nod.at> wrote on 2014/07/20 14:05:41:
>>
>> Am 20.07.2014 13:51, schrieb Andreas Schwab:
>>> Richard Weinberger <richard.weinberger@gmail.com> writes:
>>>> Do you have an example?
>>>
>>> proc symlinks are special because they actually resolve to the inode.
>>
>> Ah. If an attacker manages the kernel to follow the symlink he could
>> indirectly access that file.
>> Thanks for pointing this out!
> 
> That is a big if, I read this as you don't trust the kernels impl.
> of proc sym links so paper over this with denying all other to read 
> trivial
> data such as the exe sym link.

Feel free to propose a solution for that. :-)

Thanks,
//richard

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 20:00               ` Richard Weinberger
@ 2014-07-20 22:05                 ` Joakim Tjernlund
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Tjernlund @ 2014-07-20 22:05 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: LKML, Andreas Schwab

Richard Weinberger <richard@nod.at> wrote on 2014/07/20 22:00:02:
> 
> Am 20.07.2014 21:15, schrieb Joakim Tjernlund:
> > Richard Weinberger <richard@nod.at> wrote on 2014/07/20 14:05:41:
> >>
> >> Am 20.07.2014 13:51, schrieb Andreas Schwab:
> >>> Richard Weinberger <richard.weinberger@gmail.com> writes:
> >>>> Do you have an example?
> >>>
> >>> proc symlinks are special because they actually resolve to the 
inode.
> >>
> >> Ah. If an attacker manages the kernel to follow the symlink he could
> >> indirectly access that file.
> >> Thanks for pointing this out!
> > 
> > That is a big if, I read this as you don't trust the kernels impl.
> > of proc sym links so paper over this with denying all other to read 
> > trivial
> > data such as the exe sym link.
> 
> Feel free to propose a solution for that. :-)

I wish I had one :) Good to know why things are how they are though. I
guess there is a reason why proc symlinks resolve to the inode?

 Jocke

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: ls -l /proc/1/exe -> Permission denied
  2014-07-20 12:08           ` Richard Weinberger
@ 2014-07-21 17:48             ` Eric W. Biederman
  0 siblings, 0 replies; 18+ messages in thread
From: Eric W. Biederman @ 2014-07-21 17:48 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: Andreas Schwab, Joakim Tjernlund, LKML

Richard Weinberger <richard@nod.at> writes:

> Am 20.07.2014 13:51, schrieb Andreas Schwab:
>> Richard Weinberger <richard.weinberger@gmail.com> writes:
>>> Do you have an example?
>> 
>> proc symlinks are special because they actually resolve to the inode.
>
> Ah. If an attacker manages the kernel to follow the symlink he could
> indirectly access that file.
> Thanks for pointing this out!

We only allow this access for processes that we are allowed to ptrace
because knowing intimate details of a process such as which files it has
open and in this case which file it is executing can make it more
attackable. (Say by looking to see if a processes is still running some
old vulnerable version and hasn't been restarted yet).

Normally this only applies to processes owned by different users.

However some configurations restrict ptrace on processes that you own.
You will have to look at the ``security'' modules you have enabled
and configured to see what that policy is, to see why you aren't allowed
to access your own processes.

Eric

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-07-21 17:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-17 11:18 ls -l /proc/1/exe -> Permission denied Joakim Tjernlund
2014-07-18 12:58 ` Richard Weinberger
2014-07-18 13:49   ` Joakim Tjernlund
     [not found]   ` <OF542E7A59.842197B0-ONC1257D19.004B7FF4-C1257D19.004BEC7C@LocalDomain>
2014-07-18 15:05     ` Joakim Tjernlund
2014-07-19 20:06       ` Richard Weinberger
2014-07-19 20:21 ` Andreas Schwab
2014-07-20  9:02   ` Joakim Tjernlund
2014-07-20 10:55     ` Andreas Schwab
2014-07-20 11:06       ` Richard Weinberger
2014-07-20 11:19         ` Joakim Tjernlund
2014-07-20 11:51         ` Andreas Schwab
2014-07-20 12:05           ` Richard Weinberger
2014-07-20 12:05           ` Richard Weinberger
2014-07-20 19:15             ` Joakim Tjernlund
2014-07-20 20:00               ` Richard Weinberger
2014-07-20 22:05                 ` Joakim Tjernlund
2014-07-20 12:08           ` Richard Weinberger
2014-07-21 17:48             ` Eric W. Biederman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.