2 .\" sockpol manual page.
3 .\" Copyright (C) 2009 Novell, Inc (http://www.novell.com)
5 .de Sp \" Vertical space (when we can't use .PP)
9 .TH sockpol "Moonlight 2.0"
11 sockpol \- Socket Policy Server for Moonlight 2+
14 .B sockpol --all | --local | --file policy
16 The \fIsockpol\fP command is a small socket server that listen, on port
17 943, to Moonlight and Silverlight plugin request for a socket policy
20 This policy file instruct the plugin if it can, or not, use sockets
21 against the current host and what restrictions must be followed. The
22 three major restrictions are the
26 , already restricted from 4502 to 4534, and the
28 which is currently limited to TCP.
30 The following options are available:
33 Allow access to all URI on every port allowed by Moonlight (4502-4534).
36 Allow local access on every port allowed by Moonlight (4502-4534).
39 Load the specified policy file and send it to every requester.
41 When a file policy file is specified it must be in the correct XML format
42 required by the plugins.
44 This example will allow any
46 (domain) to connect using
51 4502 to 4534. This policy is the most lax policy that is possible to use
55 <?xml version="1.0" encoding="utf-8"?>
63 <socket-resource port="4502-4534" protocol="tcp" />
66 </cross-domain-access>
70 Mailing lists are listed at the
71 http://www.mono-project.com/Mailing_Lists
73 http://www.mono-project.com/Moonlight