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 <[email protected]> wrote: > Alternatives? > > Il Mer 4 Lug 2018, 19:56 Eric Rescorla <[email protected]> ha scritto: > > > On Wed, Jul 4, 2018 at 5:24 AM, <[email protected]> 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 > > > [email protected] > > > https://lists.mozilla.org/listinfo/dev-platform > > > > > > _______________________________________________ > dev-platform mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-platform > _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

