source: trunk/icedtea-web/netx/policyeditor.1@ 433

Last change on this file since 433 was 429, checked in by dmik, 11 years ago

icedtea-web: Merge version 1.5.1 from vendor to trunk.

File size: 2.3 KB
Line 
1.TH policyeditor 1 "10 Mar 2014"
2
3.SH NAME
4
5policyeditor - view and modify security policy settings for
6.B javaws
7and the browser plugin
8
9.SH SYNOPSIS
10
11.B policyeditor
12.br
13.B policyeditor [-file]
14policy_file
15.B [-codebase]
16url
17.SH DESCRIPTION
18.B policyeditor
19is a GUI application with small command line support to view and edit applet security policy settings
20used by the icedtea-web implementation of
21.B javaws
22and the browser plugin. It is intended as a simpler, easier to use, and more
23accessible alternative to the standard JDK Policy Tool. Administrators and
24power users who need fine grained control over policy files should probably
25use Policy Tool instead of PolicyEditor.
26
27If executed without any arguments, no file is opened, and saving the file will
28result in a prompt on where to save it. Otherwise, if a file path is given as
29a command line argument, then that file path will be opened and parsed as a
30policy file.
31
32
33.SH OPTIONS
34
35.TP
36-help
37Prints a short help text and exits.
38
39.TP
40-file policy_file
41Specifies a policy file path to open. If exactly one argument is given, and it
42is not this flag, it is interpreted as a file path to open, as if this flag
43was given first. This flag exists mostly for compatibility with Policy Tool,
44but is also needed when opening a policy file and also using the -codebase flag.
45
46.TP
47-codebase url
48Specifies an applet codebase URL. If the specified codebase already exists in
49the policy file (if any), then it will be selected when the editor opens. If
50it is a new codebase then it will be added and selected. Multiple URLs may also
51be given with a single -codebase flag by separating them with spaces. In this
52case, the last codebase given will be selected, and all will be added. If this
53flag is given more than once, only the first is used.
54
55.SH EXAMPLES
56
57.TP
58policyeditor
59Show the GUI editor
60
61.TP
62policyeditor -file $HOME/.config/icedtea-web/security/java.policy
63Opens the default user-level policy file location
64
65
66.SH FILES
67
68$HOME/.config/icedtea-web/security/java.policy the default user-level policy file location
69
70.SH BUGS
71
72There aren't any known bugs. If you come across one, please file it at
73 http://icedtea.classpath.org/bugzilla/
74
75.SH AUTHOR
76
77Written and maintained by the IcedTea contributors.
78
79.SH SEE ALSO
80
81.BR policytool (1),
82.BR javaws (1),
83.BR java (1)
84.br
85http://icedtea.classpath.org/wiki/IcedTea-Web
Note: See TracBrowser for help on using the repository browser.