1policyeditor(1) General Commands Manual policyeditor(1)
2
3
4
6 policyeditor - view and modify security policy settings for javaws and
7 the browser plugin
8
9
11 policyeditor
12 policyeditor [-file] policy_file
13
15 policyeditor is a GUI application with small command line support to
16 view and edit applet security policy settings used by the IcedTea-Web
17 implementation of javaws and the browser plugin. It is intended as a
18 simpler, easier to use, and more accessible alternative to the standard
19 JDK Policy Tool. Administrators and power users who need fine grained
20 control over policy files should probably use Policy Tool instead of
21 PolicyEditor.
22
23 If executed without any arguments, no file is opened, and saving the
24 file will result in a prompt on where to save it. Otherwise, if a file
25 path is given as a command line argument, then that file path will be
26 opened and parsed as policy file.
27
28
30 -codebase url
31 Specifies an applet codebase URL. This can be used with the
32 other selector options to select a policy entry upon open‐
33 ing the editor; if no such identifier exists then it will
34 be created and then selected.(Exactly one argument
35 expected)
36
37 -defaultfile
38 Specifies that the default user-level policy file should be
39 opened. This is the file which is normally used by IcedTea-
40 Web to make decisions about custom policies and permissions
41 for applets at runtime, unless configured otherwise.(No
42 argument expected)
43
44 -file policy_file
45 Specifies a policy file path to open. If exactly one argu‐
46 ment is given, and it is not this flag, it is interpreted
47 as a file path to open, as if this flag was given first.
48 This flag exists mostly for compatibility with Policy
49 Tool.(Exactly one argument expected)
50
51 -help Prints out information about supported command and basic
52 usage.(No argument expected)
53
54 -principals class_name principal_name
55 Specifies class name/principal name pairs (space-separated)
56 for the policy entry identifier. This can be used with the
57 other selector options to select a policy entry upon open‐
58 ing the editor; if no such identifier exists then it will
59 be created and then selected.(Expected even number of argu‐
60 ments with param=value as valid argument)
61
62 -signedby certificate_alias
63 Specifies a certificate alias for a certificate stored in
64 the keystore. This can be used with the other selector
65 options to select a policy entry upon opening the editor;
66 if no such identifier exists then it will be created and
67 then selected.(Exactly one argument expected)
68
69 -verbose Enable verbose output.(No argument expected)
70
71
73 policyeditor
74 Show the GUI editor with no file opened.
75
76 policyeditor -file $XDG_CONFIG_HOME/icedtea-web/security/java.policy
77 Show GUI and opens the default policy file.
78
79
81 $XDG_CACHE_HOME/icedtea-web/cache/recently_used
82 Additional information about items in cache
83
84 $XDG_CONFIG_HOME/icedtea-web/security/java.policy
85 Contains granted permissions for selected unsigned apps.
86 Controlled by deployment.user.security.policy
87
88
89
90 Where $XDG_CONFIG_DIR, $XDG_CACHE_DIR and $XDG_RUNTIME_DIR are set as
91 ~/.config, ~/.cache and /tmp or /var/tmp if not set.
92
94 There aren't any known bugs. If you come across one, please file it at:
95 http://icedtea.classpath.org/wiki/IcedTea-Web#Filing_bugs
96 http://icedtea.classpath.org/bugzilla
97
98 Please run in debug (-verbose switch or itw-settings setting or
99 ICEDTEAPLUGIN_DEBUG variable set to true) mode and include that output
100 (best is from java console) with URL to jnlp or html file (or the
101 jnlp/html file or application itself) when filing out the bug report.
102
103
105 The following people have made contibutions to this project.
106 Please keep this list in alphabetical order.
107 Lillian Angel <langel@redhat.com>Andrew Azores <aazores@red‐
108 hat.com>Deepak Bhole <dbhole@redhat.com>Adam Buchta
109 <adbuch7@gmail.com>Ricardo Martín Camarero <rickye‐
110 poderi@yahoo.es>Marcin Cieslak <marcin.cieslak@gmail.com>Danesh
111 Dadachanji <ddadacha@redhat.com>Adam Domurad <adomurad@red‐
112 hat.com>Lukasz Dracz <ldracz@redhat.com>Thomas Fitzsimmons
113 <fitzsim@redhat.com>Michał Górny <mgorny@gentoo.org>Mark Greenwood
114 <mark@dcs.shef.ac.uk>Tereza Hlavackova <hlavack‐
115 ova.tereza@gmail.com>Peter Hatina <phatina@redhat.com>Andrew John
116 Hughes <ahughes@redhat.com>Jie Kang <jkang@redhat.com>Alex Kashchenko
117 <akashche@redhat.com>Matthias Klose <doko@ubuntu.com>Alexandr Kolouch
118 <skolnag@gmail.com>Jan Kmetko <jan.kmetko.ml@gmail.com>Francis Kung
119 <fkung@redhat.com>Denis Lila <dlila@redhat.com>DJ Lucas <dj@luca‐
120 sit.com>Omair Majid <omajid@redhat.com>Jon A. Maxwell
121 <jmaxwell@users.sourceforge.net>Thomas Meyer <thomas@m3y3r.de>Kurt
122 Miller <kurt@intricatesoftware.com>Saad Mohammad <smohammad@red‐
123 hat.com>Martin Olsson <martin@minimum.se>Stefan Ring <stefan@com‐
124 plang.tuwien.ac.at>Ville Skyttä <ville.skytta@iki.fi>Fridrich Strba
125 <fridrich.strba@suse.com>Andrew Su <asu@redhat.com>Joshua Sumali
126 <jsumali@redhat.com>Michal Vala <mvala@redhat.com>Jiri Vanek
127 <jvanek@redhat.com>Tomáš Votava <tomcacolca@gmail.com>Mark Wielaard
128 <mark@klomp.org>Jacob Wisor <gitne@excite.co.jp>Man Lung Wong
129 <mwong@redhat.com>
130 This project also includes code from the following projects:
131 OpenJDK <http://openjdk.java.net/>
132 Netx <http://jnlp.sourceforge.net/netx/>
133
134
135
137 icedtea-web(1) javaws(1) icedtea-web-plugin(1) itweb-settings(1) poli‐
138 cyeditor(1) policytool(1) java(1)
139
140 http://icedtea.classpath.org/wiki/IcedTea-Web
141 http://icedtea.classpath.org/hg/icedtea-web
142
143
144
145
146icedtea-web (fedora-17.el8_0-noarch1)Oct 2019 policyeditor(1)