-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
36 lines (25 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
flashpolicyserv is a very simple daemon which serves an XML socket policy
file to Flash clients. Written in C, uses libevent, chroots and drops
privileges.
To compile, install libevent (Debian / Ubuntu : apt-get install libevent-dev)
then make && make install.
NAME
flashpolicyserv — simple Flash socket policy server
SYNOPSIS
flashpolicyserv [-f file] [-p port] [-u user] [-c directory]
DESCRIPTION
flashpolicyserv is a simple daemon serving XML socket policy files to
Flash clients.
The options are as follows:
-f file
Serve the XML policy from file. Default: /etc/flash_policy.xml.
You have to restart the daemon in order to reload the file.
-p port
Listen on port. Default: 843.
-u user
Drop privileges for user on startup. Default: nobody.
-c directory
chroot(2) to directory on starturp. Default: /var/run.
SEE ALSO
http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html,
http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html