All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files
@ 2011-03-09 21:13 Sven Vermeulen
  2011-03-09 22:46 ` Guido Trentalancia
  0 siblings, 1 reply; 8+ messages in thread
From: Sven Vermeulen @ 2011-03-09 21:13 UTC (permalink / raw)
  To: refpolicy

In order to allow firefox plugins playing music through ALSA, the mozilla
domain needs read access on the alsa_rw_config files.

Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
---
 policy/modules/apps/mozilla.te |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te
index c8c459c..6e0f04f 100644
--- a/policy/modules/apps/mozilla.te
+++ b/policy/modules/apps/mozilla.te
@@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',`
 ')
 
 optional_policy(`
+	alsa_read_rw_config(mozilla_t)
+')
+
+optional_policy(`
 	apache_read_user_scripts(mozilla_t)
 	apache_read_user_content(mozilla_t)
 ')
-- 
1.7.3.4

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

* [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files
  2011-03-09 21:13 [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files Sven Vermeulen
@ 2011-03-09 22:46 ` Guido Trentalancia
  2011-03-10  8:21   ` Dominick Grift
  0 siblings, 1 reply; 8+ messages in thread
From: Guido Trentalancia @ 2011-03-09 22:46 UTC (permalink / raw)
  To: refpolicy

I have the same question as for [PATCH 05/15]. Tested at least with the
moonlight plugin and with the totem plugin. Sounds strange...

Regards,

Guido

On Wed, 09/03/2011 at 22.13 +0100, Sven Vermeulen wrote:
> In order to allow firefox plugins playing music through ALSA, the mozilla
> domain needs read access on the alsa_rw_config files.
> 
> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
> ---
>  policy/modules/apps/mozilla.te |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te
> index c8c459c..6e0f04f 100644
> --- a/policy/modules/apps/mozilla.te
> +++ b/policy/modules/apps/mozilla.te
> @@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',`
>  ')
>  
>  optional_policy(`
> +	alsa_read_rw_config(mozilla_t)
> +')
> +
> +optional_policy(`
>  	apache_read_user_scripts(mozilla_t)
>  	apache_read_user_content(mozilla_t)
>  ')

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

* [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files
  2011-03-09 22:46 ` Guido Trentalancia
@ 2011-03-10  8:21   ` Dominick Grift
  2011-03-10 11:51     ` Guido Trentalancia
  0 siblings, 1 reply; 8+ messages in thread
From: Dominick Grift @ 2011-03-10  8:21 UTC (permalink / raw)
  To: refpolicy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/09/2011 11:46 PM, Guido Trentalancia wrote:
> I have the same question as for [PATCH 05/15]. Tested at least with the
> moonlight plugin and with the totem plugin. Sounds strange...

probably because you were using pulseaudio?

> Regards,
> 
> Guido
> 
> On Wed, 09/03/2011 at 22.13 +0100, Sven Vermeulen wrote:
>> In order to allow firefox plugins playing music through ALSA, the mozilla
>> domain needs read access on the alsa_rw_config files.
>>
>> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
>> ---
>>  policy/modules/apps/mozilla.te |    4 ++++
>>  1 files changed, 4 insertions(+), 0 deletions(-)
>>
>> diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te
>> index c8c459c..6e0f04f 100644
>> --- a/policy/modules/apps/mozilla.te
>> +++ b/policy/modules/apps/mozilla.te
>> @@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',`
>>  ')
>>  
>>  optional_policy(`
>> +	alsa_read_rw_config(mozilla_t)
>> +')
>> +
>> +optional_policy(`
>>  	apache_read_user_scripts(mozilla_t)
>>  	apache_read_user_content(mozilla_t)
>>  ')
> 
> 
> _______________________________________________
> refpolicy mailing list
> refpolicy at oss.tresys.com
> http://oss.tresys.com/mailman/listinfo/refpolicy

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk14ihIACgkQMlxVo39jgT9aKwCfZGNcORrUtJDB2xqzPg5kIsyG
78cAnRgz/GjcccO6ku6ptd50794tuPx0
=gleZ
-----END PGP SIGNATURE-----

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

* [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files
  2011-03-10  8:21   ` Dominick Grift
@ 2011-03-10 11:51     ` Guido Trentalancia
  2011-03-14 15:29       ` Christopher J. PeBenito
  0 siblings, 1 reply; 8+ messages in thread
From: Guido Trentalancia @ 2011-03-10 11:51 UTC (permalink / raw)
  To: refpolicy

Hello Dominick !

On Thu, 10/03/2011 at 09.21 +0100, Dominick Grift wrote:
> On 03/09/2011 11:46 PM, Guido Trentalancia wrote:
> > I have the same question as for [PATCH 05/15]. Tested at least with the
> > moonlight plugin and with the totem plugin. Sounds strange...
> 
> probably because you were using pulseaudio?

Indeed. Just do not consider that then.

> > Regards,
> > 
> > Guido
> > 
> > On Wed, 09/03/2011 at 22.13 +0100, Sven Vermeulen wrote:
> >> In order to allow firefox plugins playing music through ALSA, the mozilla
> >> domain needs read access on the alsa_rw_config files.
> >>
> >> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
> >> ---
> >>  policy/modules/apps/mozilla.te |    4 ++++
> >>  1 files changed, 4 insertions(+), 0 deletions(-)
> >>
> >> diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te
> >> index c8c459c..6e0f04f 100644
> >> --- a/policy/modules/apps/mozilla.te
> >> +++ b/policy/modules/apps/mozilla.te
> >> @@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',`
> >>  ')
> >>  
> >>  optional_policy(`
> >> +	alsa_read_rw_config(mozilla_t)
> >> +')
> >> +
> >> +optional_policy(`
> >>  	apache_read_user_scripts(mozilla_t)
> >>  	apache_read_user_content(mozilla_t)
> >>  ')
> > 
> > 
> > _______________________________________________
> > refpolicy mailing list
> > refpolicy at oss.tresys.com
> > http://oss.tresys.com/mailman/listinfo/refpolicy
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.16 (GNU/Linux)
> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAk14ihIACgkQMlxVo39jgT9aKwCfZGNcORrUtJDB2xqzPg5kIsyG
> 78cAnRgz/GjcccO6ku6ptd50794tuPx0
> =gleZ
> -----END PGP SIGNATURE-----
> _______________________________________________
> refpolicy mailing list
> refpolicy at oss.tresys.com
> http://oss.tresys.com/mailman/listinfo/refpolicy
> 

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

* [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files
  2011-03-10 11:51     ` Guido Trentalancia
@ 2011-03-14 15:29       ` Christopher J. PeBenito
  2011-03-14 15:36         ` Dominick Grift
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher J. PeBenito @ 2011-03-14 15:29 UTC (permalink / raw)
  To: refpolicy

On 03/10/11 06:51, Guido Trentalancia wrote:
> Hello Dominick !
> 
> On Thu, 10/03/2011 at 09.21 +0100, Dominick Grift wrote:
>> On 03/09/2011 11:46 PM, Guido Trentalancia wrote:
>>> I have the same question as for [PATCH 05/15]. Tested at least with the
>>> moonlight plugin and with the totem plugin. Sounds strange...
>>
>> probably because you were using pulseaudio?
> 
> Indeed. Just do not consider that then.

This makes me think that we need a more abstract pulseaudio interface,
perhaps pulseaudio_client(), which has this access and also others.  It
looks like the interface should include:

pulseaudio_stream_connect()
pulseaudio_exec()
optional_policy(`alsa_read_rw_config()')

and possibly
corenet_tcp_connect_pulseaudio_port()
corenet_sendrecv_pulseaudio_client_packets()

though we probably want to make those conditional.

>>> Regards,
>>>
>>> Guido
>>>
>>> On Wed, 09/03/2011 at 22.13 +0100, Sven Vermeulen wrote:
>>>> In order to allow firefox plugins playing music through ALSA, the mozilla
>>>> domain needs read access on the alsa_rw_config files.
>>>>
>>>> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
>>>> ---
>>>>  policy/modules/apps/mozilla.te |    4 ++++
>>>>  1 files changed, 4 insertions(+), 0 deletions(-)
>>>>
>>>> diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te
>>>> index c8c459c..6e0f04f 100644
>>>> --- a/policy/modules/apps/mozilla.te
>>>> +++ b/policy/modules/apps/mozilla.te
>>>> @@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',`
>>>>  ')
>>>>  
>>>>  optional_policy(`
>>>> +	alsa_read_rw_config(mozilla_t)
>>>> +')
>>>> +
>>>> +optional_policy(`
>>>>  	apache_read_user_scripts(mozilla_t)
>>>>  	apache_read_user_content(mozilla_t)
>>>>  ')

-- 
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com

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

* [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files
  2011-03-14 15:29       ` Christopher J. PeBenito
@ 2011-03-14 15:36         ` Dominick Grift
  2011-03-14 15:39           ` Dominick Grift
  0 siblings, 1 reply; 8+ messages in thread
From: Dominick Grift @ 2011-03-14 15:36 UTC (permalink / raw)
  To: refpolicy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/14/2011 04:29 PM, Christopher J. PeBenito wrote:
> On 03/10/11 06:51, Guido Trentalancia wrote:
>> Hello Dominick !
>>
>> On Thu, 10/03/2011 at 09.21 +0100, Dominick Grift wrote:
>>> On 03/09/2011 11:46 PM, Guido Trentalancia wrote:
>>>> I have the same question as for [PATCH 05/15]. Tested at least with the
>>>> moonlight plugin and with the totem plugin. Sounds strange...
>>>
>>> probably because you were using pulseaudio?
>>
>> Indeed. Just do not consider that then.
> 
> This makes me think that we need a more abstract pulseaudio interface,
> perhaps pulseaudio_client(), which has this access and also others.  It
> looks like the interface should include:
> 
> pulseaudio_stream_connect()
> pulseaudio_exec()
> optional_policy(`alsa_read_rw_config()')
> 
> and possibly
> corenet_tcp_connect_pulseaudio_port()
> corenet_sendrecv_pulseaudio_client_packets()
> 
> though we probably want to make those conditional.


i do have a pulseaudio_client_template() implemented in my personal policy:

http://fedorapeople.org/gitweb?p=domg472/public_git/refpolicy.git;a=blob;f=policy/modules/apps/pulseaudio.if;h=44312194ff98ff1f04ce50fa182314076d95de77;hb=HEAD

problem is that, to do this right in my view, we would need to rethink
pulseaudio policy. I did only the gnome-pulseaudio part in my personal
policy and i do not know how other desktop environments deal with
pulseaudio, i also have not implemented pulseaudio as a system service
policy.

>>>> Regards,
>>>>
>>>> Guido
>>>>
>>>> On Wed, 09/03/2011 at 22.13 +0100, Sven Vermeulen wrote:
>>>>> In order to allow firefox plugins playing music through ALSA, the mozilla
>>>>> domain needs read access on the alsa_rw_config files.
>>>>>
>>>>> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
>>>>> ---
>>>>>  policy/modules/apps/mozilla.te |    4 ++++
>>>>>  1 files changed, 4 insertions(+), 0 deletions(-)
>>>>>
>>>>> diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te
>>>>> index c8c459c..6e0f04f 100644
>>>>> --- a/policy/modules/apps/mozilla.te
>>>>> +++ b/policy/modules/apps/mozilla.te
>>>>> @@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',`
>>>>>  ')
>>>>>  
>>>>>  optional_policy(`
>>>>> +	alsa_read_rw_config(mozilla_t)
>>>>> +')
>>>>> +
>>>>> +optional_policy(`
>>>>>  	apache_read_user_scripts(mozilla_t)
>>>>>  	apache_read_user_content(mozilla_t)
>>>>>  ')
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk1+NhsACgkQMlxVo39jgT+GnwCbBBy/wL9vmmTrYLi5wX6wr6br
9H8An3JcShBgPymbnkUOzRoT8GZTCL0i
=YpWC
-----END PGP SIGNATURE-----

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

* [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files
  2011-03-14 15:36         ` Dominick Grift
@ 2011-03-14 15:39           ` Dominick Grift
  2011-03-14 15:42             ` Dominick Grift
  0 siblings, 1 reply; 8+ messages in thread
From: Dominick Grift @ 2011-03-14 15:39 UTC (permalink / raw)
  To: refpolicy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/14/2011 04:36 PM, Dominick Grift wrote:
> On 03/14/2011 04:29 PM, Christopher J. PeBenito wrote:
>> On 03/10/11 06:51, Guido Trentalancia wrote:
>>> Hello Dominick !
>>>
>>> On Thu, 10/03/2011 at 09.21 +0100, Dominick Grift wrote:
>>>> On 03/09/2011 11:46 PM, Guido Trentalancia wrote:
>>>>> I have the same question as for [PATCH 05/15]. Tested at least with the
>>>>> moonlight plugin and with the totem plugin. Sounds strange...
>>>>
>>>> probably because you were using pulseaudio?
>>>
>>> Indeed. Just do not consider that then.
> 
>> This makes me think that we need a more abstract pulseaudio interface,
>> perhaps pulseaudio_client(), which has this access and also others.  It
>> looks like the interface should include:
> 
>> pulseaudio_stream_connect()
>> pulseaudio_exec()
>> optional_policy(`alsa_read_rw_config()')
> 
>> and possibly
>> corenet_tcp_connect_pulseaudio_port()
>> corenet_sendrecv_pulseaudio_client_packets()
> 
>> though we probably want to make those conditional.
> 
> 
> i do have a pulseaudio_client_template() implemented in my personal policy:
> 
> http://fedorapeople.org/gitweb?p=domg472/public_git/refpolicy.git;a=blob;f=policy/modules/apps/pulseaudio.if;h=44312194ff98ff1f04ce50fa182314076d95de77;hb=HEAD
> 
> problem is that, to do this right in my view, we would need to rethink
> pulseaudio policy. I did only the gnome-pulseaudio part in my personal
> policy and i do not know how other desktop environments deal with
> pulseaudio, i also have not implemented pulseaudio as a system service
> policy.
> 

And becuase pulseaudio is so tightly integrated with gnome, in my view,
it would be best to implement policy for gnome as well (gconf, gnome
settings daemon etc)

problem is that with gnome 3 coming up, things may (or may not) change
dramatically... so i do not know where to draw the line.

>>>>> Regards,
>>>>>
>>>>> Guido
>>>>>
>>>>> On Wed, 09/03/2011 at 22.13 +0100, Sven Vermeulen wrote:
>>>>>> In order to allow firefox plugins playing music through ALSA, the mozilla
>>>>>> domain needs read access on the alsa_rw_config files.
>>>>>>
>>>>>> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
>>>>>> ---
>>>>>>  policy/modules/apps/mozilla.te |    4 ++++
>>>>>>  1 files changed, 4 insertions(+), 0 deletions(-)
>>>>>>
>>>>>> diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te
>>>>>> index c8c459c..6e0f04f 100644
>>>>>> --- a/policy/modules/apps/mozilla.te
>>>>>> +++ b/policy/modules/apps/mozilla.te
>>>>>> @@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',`
>>>>>>  ')
>>>>>>  
>>>>>>  optional_policy(`
>>>>>> +	alsa_read_rw_config(mozilla_t)
>>>>>> +')
>>>>>> +
>>>>>> +optional_policy(`
>>>>>>  	apache_read_user_scripts(mozilla_t)
>>>>>>  	apache_read_user_content(mozilla_t)
>>>>>>  ')
> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk1+Ns4ACgkQMlxVo39jgT9YEQCgo9d8VGtPbxeaXv94V+Odktnn
FNUAn1xyRTCTDL7JgoTk54MuJp4Hg+jg
=vzCJ
-----END PGP SIGNATURE-----

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

* [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files
  2011-03-14 15:39           ` Dominick Grift
@ 2011-03-14 15:42             ` Dominick Grift
  0 siblings, 0 replies; 8+ messages in thread
From: Dominick Grift @ 2011-03-14 15:42 UTC (permalink / raw)
  To: refpolicy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/14/2011 04:39 PM, Dominick Grift wrote:
> On 03/14/2011 04:36 PM, Dominick Grift wrote:
>> On 03/14/2011 04:29 PM, Christopher J. PeBenito wrote:
>>> On 03/10/11 06:51, Guido Trentalancia wrote:
>>>> Hello Dominick !
>>>>
>>>> On Thu, 10/03/2011 at 09.21 +0100, Dominick Grift wrote:
>>>>> On 03/09/2011 11:46 PM, Guido Trentalancia wrote:
>>>>>> I have the same question as for [PATCH 05/15]. Tested at least with the
>>>>>> moonlight plugin and with the totem plugin. Sounds strange...
>>>>>
>>>>> probably because you were using pulseaudio?
>>>>
>>>> Indeed. Just do not consider that then.
> 
>>> This makes me think that we need a more abstract pulseaudio interface,
>>> perhaps pulseaudio_client(), which has this access and also others.  It
>>> looks like the interface should include:
> 
>>> pulseaudio_stream_connect()
>>> pulseaudio_exec()

I do not think one wants pulseaudio_exec, i think clients need to be
able to (re) start pulseaudio in the pulseaudio domain.

>>> optional_policy(`alsa_read_rw_config()')
> 
>>> and possibly
>>> corenet_tcp_connect_pulseaudio_port()
>>> corenet_sendrecv_pulseaudio_client_packets()
> 
>>> though we probably want to make those conditional.
> 
> 
>> i do have a pulseaudio_client_template() implemented in my personal policy:
> 
>> http://fedorapeople.org/gitweb?p=domg472/public_git/refpolicy.git;a=blob;f=policy/modules/apps/pulseaudio.if;h=44312194ff98ff1f04ce50fa182314076d95de77;hb=HEAD
> 
>> problem is that, to do this right in my view, we would need to rethink
>> pulseaudio policy. I did only the gnome-pulseaudio part in my personal
>> policy and i do not know how other desktop environments deal with
>> pulseaudio, i also have not implemented pulseaudio as a system service
>> policy.
> 
> 
> And becuase pulseaudio is so tightly integrated with gnome, in my view,
> it would be best to implement policy for gnome as well (gconf, gnome
> settings daemon etc)
> 
> problem is that with gnome 3 coming up, things may (or may not) change
> dramatically... so i do not know where to draw the line.
> 
>>>>>> Regards,
>>>>>>
>>>>>> Guido
>>>>>>
>>>>>> On Wed, 09/03/2011 at 22.13 +0100, Sven Vermeulen wrote:
>>>>>>> In order to allow firefox plugins playing music through ALSA, the mozilla
>>>>>>> domain needs read access on the alsa_rw_config files.
>>>>>>>
>>>>>>> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
>>>>>>> ---
>>>>>>>  policy/modules/apps/mozilla.te |    4 ++++
>>>>>>>  1 files changed, 4 insertions(+), 0 deletions(-)
>>>>>>>
>>>>>>> diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te
>>>>>>> index c8c459c..6e0f04f 100644
>>>>>>> --- a/policy/modules/apps/mozilla.te
>>>>>>> +++ b/policy/modules/apps/mozilla.te
>>>>>>> @@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',`
>>>>>>>  ')
>>>>>>>  
>>>>>>>  optional_policy(`
>>>>>>> +	alsa_read_rw_config(mozilla_t)
>>>>>>> +')
>>>>>>> +
>>>>>>> +optional_policy(`
>>>>>>>  	apache_read_user_scripts(mozilla_t)
>>>>>>>  	apache_read_user_content(mozilla_t)
>>>>>>>  ')
> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk1+N1IACgkQMlxVo39jgT9aMACginVYJjp7FffStk6lfVlrZrZs
xzcAn2nLDhznyqyk0rjYSfYlHKfTl9o4
=6eUT
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2011-03-14 15:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 21:13 [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files Sven Vermeulen
2011-03-09 22:46 ` Guido Trentalancia
2011-03-10  8:21   ` Dominick Grift
2011-03-10 11:51     ` Guido Trentalancia
2011-03-14 15:29       ` Christopher J. PeBenito
2011-03-14 15:36         ` Dominick Grift
2011-03-14 15:39           ` Dominick Grift
2011-03-14 15:42             ` Dominick Grift

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.