Hi,

We are modifying the webrtc library to use another transport protocol (based on 
ICN).

The problem is that in this preliminary phase we have configure the socket 
using static parameters inside a file.

The new socket is implemented in a library that communicates via TCP with an 
external daemon.

I want to use IPC (or mojo?), but I don’t have examples about this approach.

 

Thanks for your help

 

Angelo

 

From: Alex Gaynor <agay...@mozilla.com>
Date: Thursday, July 5, 2018 at 5:44 PM
To: <amantell...@gmail.com>
Cc: <mozilla.dev.platf...@googlegroups.com>, dev-platform 
<dev-platform@lists.mozilla.org>
Subject: Re: open socket and read file inside Webrtc

 

Can you describe in a bit more detail what you're trying to accomplish?

 

As a general rule, the design of the sandbox is that the content process 
shouldn't/can't access any system resources, and any resource you need should 
be provided via IPC to the parent process.

 

alex

 

On Thu, Jul 5, 2018 at 11:43 AM angelo mantellini <amantell...@gmail.com> wrote:

Alternatives?

Il Mer 4 Lug 2018, 19:56 Eric Rescorla <e...@rtfm.com> ha scritto:

> On Wed, Jul 4, 2018 at 5:24 AM, <amantell...@gmail.com> wrote:
>
> > Hi,
> > I'm very new with firefox (as developer, of course).
> > I need to open a file and tcp sockets inside webrtc.
> > I read the following link
> > https://wiki.mozilla.org/Security/Sandbox#File_System_Restrictions
> > there is the sandbox that does not permit to open sockets or file
> > descriptors.
> > could you give me the way how I can solve these my problems?
> > Thank you very much
> >
>
> There's no way to open raw sockets inside the web platform
>
> -Ekr
>
>
> > Angelo
> > _______________________________________________
> > dev-platform mailing list
> > dev-platform@lists.mozilla.org
> > https://lists.mozilla.org/listinfo/dev-platform
> >
>
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to