/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/plymouth.xml

  • Committer: Teddy Hogeborn
  • Date: 2015-07-20 03:03:33 UTC
  • Revision ID: teddy@recompile.se-20150720030333-203m2aeblypcsfte
Bug fix for GnuTLS 3: be compatible with old 2048-bit DSA keys.

The mandos-keygen program in Mandos version 1.6.0 and older generated
2048-bit DSA keys, and when GnuTLS uses these it has trouble
connecting using the Mandos default priority string.  This was
previously fixed in Mandos 1.6.2, but the bug reappeared when using
GnuTLS 3, so the default priority string has to change again; this
time also the Mandos client has to change its default, so now the
server and the client should use the same default priority string:

SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP:!RSA:+SIGN-DSA-SHA256

* mandos (main/server_defaults): Changed default priority string.
* mandos-options.xml (/section/para[id="priority_compat"]): Removed.
  (/section/para[id="priority"]): Changed default priority string.
* mandos.conf ([DEFAULT]/priority): - '' -
* mandos.conf.xml (OPTIONS/priority): Refer to the id "priority"
                                      instead of "priority_compat".
* mandos.xml (OPTIONS/--priority): - '' -
* plugins.d/mandos-client.c (main): Changed default priority string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 
4
<!ENTITY COMMANDNAME "plymouth">
 
5
<!ENTITY TIMESTAMP "2012-01-01">
 
6
<!ENTITY % common SYSTEM "../common.ent">
 
7
%common;
 
8
]>
 
9
 
 
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
 
11
  <refentryinfo>
 
12
    <title>Mandos Manual</title>
 
13
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
 
14
    <productname>Mandos</productname>
 
15
    <productnumber>&version;</productnumber>
 
16
    <date>&TIMESTAMP;</date>
 
17
    <authorgroup>
 
18
      <author>
 
19
        <firstname>Björn</firstname>
 
20
        <surname>Påhlsson</surname>
 
21
        <address>
 
22
          <email>belorn@recompile.se</email>
 
23
        </address>
 
24
      </author>
 
25
      <author>
 
26
        <firstname>Teddy</firstname>
 
27
        <surname>Hogeborn</surname>
 
28
        <address>
 
29
          <email>teddy@recompile.se</email>
 
30
        </address>
 
31
      </author>
 
32
    </authorgroup>
 
33
    <copyright>
 
34
      <year>2010</year>
 
35
      <year>2011</year>
 
36
      <year>2012</year>
 
37
      <holder>Teddy Hogeborn</holder>
 
38
      <holder>Björn Påhlsson</holder>
 
39
    </copyright>
 
40
    <xi:include href="../legalnotice.xml"/>
 
41
  </refentryinfo>
 
42
  
 
43
  <refmeta>
 
44
    <refentrytitle>&COMMANDNAME;</refentrytitle>
 
45
    <manvolnum>8mandos</manvolnum>
 
46
  </refmeta>
 
47
  
 
48
  <refnamediv>
 
49
    <refname><command>&COMMANDNAME;</command></refname>
 
50
    <refpurpose>Mandos plugin to use plymouth to get a
 
51
    password.</refpurpose>
 
52
  </refnamediv>
 
53
  
 
54
  <refsynopsisdiv>
 
55
    <cmdsynopsis>
 
56
      <command>&COMMANDNAME;</command>
 
57
    </cmdsynopsis>
 
58
  </refsynopsisdiv>
 
59
  
 
60
  <refsect1 id="description">
 
61
    <title>DESCRIPTION</title>
 
62
    <para>
 
63
      This program prompts for a password using <citerefentry>
 
64
      <refentrytitle>plymouth</refentrytitle><manvolnum>8</manvolnum>
 
65
      </citerefentry> and outputs any given password to standard
 
66
      output.  If no <citerefentry><refentrytitle
 
67
      >plymouth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
 
68
      process can be found, this program will immediately exit with an
 
69
      exit code indicating failure.
 
70
    </para>
 
71
    <para>
 
72
      This program is not very useful on its own.  This program is
 
73
      really meant to run as a plugin in the <application
 
74
      >Mandos</application> client-side system, where it is used as a
 
75
      fallback and alternative to retrieving passwords from a
 
76
      <application >Mandos</application> server.
 
77
    </para>
 
78
    <para>
 
79
      If this program is killed (presumably by
 
80
      <citerefentry><refentrytitle>plugin-runner</refentrytitle>
 
81
      <manvolnum>8mandos</manvolnum></citerefentry> because some other
 
82
      plugin provided the password), it cannot tell <citerefentry>
 
83
      <refentrytitle>plymouth</refentrytitle><manvolnum>8</manvolnum>
 
84
      </citerefentry> to abort requesting a password, because
 
85
      <citerefentry><refentrytitle>plymouth</refentrytitle>
 
86
      <manvolnum>8</manvolnum></citerefentry> does not support this.
 
87
      Therefore, this program will then <emphasis>kill</emphasis> the
 
88
      running <citerefentry><refentrytitle>plymouth</refentrytitle>
 
89
      <manvolnum>8</manvolnum></citerefentry> process and start a
 
90
      <emphasis>new</emphasis> one using the same command line
 
91
      arguments as the old one was using.
 
92
    </para>
 
93
  </refsect1>
 
94
  
 
95
  <refsect1 id="options">
 
96
    <title>OPTIONS</title>
 
97
    <para>
 
98
      This program takes no options.
 
99
    </para>
 
100
  </refsect1>
 
101
  
 
102
  <refsect1 id="exit_status">
 
103
    <title>EXIT STATUS</title>
 
104
    <para>
 
105
      If exit status is 0, the output from the program is the password
 
106
      as it was read.  Otherwise, if exit status is other than 0, the
 
107
      program was interrupted or encountered an error, and any output
 
108
      so far could be corrupt and/or truncated, and should therefore
 
109
      be ignored.
 
110
    </para>
 
111
  </refsect1>
 
112
  
 
113
  <refsect1 id="environment">
 
114
    <title>ENVIRONMENT</title>
 
115
    <variablelist>
 
116
      <varlistentry>
 
117
        <term><envar>cryptsource</envar></term>
 
118
        <term><envar>crypttarget</envar></term>
 
119
        <listitem>
 
120
          <para>
 
121
            If set, these environment variables will be assumed to
 
122
            contain the source device name and the target device
 
123
            mapper name, respectively, and will be shown as part of
 
124
            the prompt.
 
125
        </para>
 
126
        <para>
 
127
          These variables will normally be inherited from
 
128
          <citerefentry><refentrytitle>plugin-runner</refentrytitle>
 
129
          <manvolnum>8mandos</manvolnum></citerefentry>, which will
 
130
          normally have inherited them from
 
131
          <filename>/scripts/local-top/cryptroot</filename> in the
 
132
          initial <acronym>RAM</acronym> disk environment, which will
 
133
          have set them from parsing kernel arguments and
 
134
          <filename>/conf/conf.d/cryptroot</filename> (also in the
 
135
          initial RAM disk environment), which in turn will have been
 
136
          created when the initial RAM disk image was created by
 
137
          <filename
 
138
          >/usr/share/initramfs-tools/hooks/cryptroot</filename>, by
 
139
          extracting the information of the root file system from
 
140
          <filename >/etc/crypttab</filename>.
 
141
        </para>
 
142
        <para>
 
143
          This behavior is meant to exactly mirror the behavior of
 
144
          <command>askpass</command>, the default password prompter.
 
145
        </para>
 
146
        </listitem>
 
147
      </varlistentry>
 
148
    </variablelist>
 
149
  </refsect1>
 
150
  
 
151
  <refsect1 id="files">
 
152
    <title>FILES</title>
 
153
    <variablelist>
 
154
      <varlistentry>
 
155
        <term><filename>/bin/plymouth</filename></term>
 
156
        <listitem>
 
157
          <para>
 
158
            This is the command run to retrieve a password from
 
159
            <citerefentry><refentrytitle>plymouth</refentrytitle>
 
160
            <manvolnum>8</manvolnum></citerefentry>.
 
161
          </para>
 
162
        </listitem>
 
163
      </varlistentry>
 
164
      <varlistentry>
 
165
        <term><filename class="directory">/proc</filename></term>
 
166
        <listitem>
 
167
          <para>
 
168
            To find the running <citerefentry><refentrytitle
 
169
            >plymouth</refentrytitle><manvolnum>8</manvolnum>
 
170
            </citerefentry>, this directory will be searched for
 
171
            numeric entries which will be assumed to be directories.
 
172
            In all those directories, the <filename>exe</filename> and
 
173
            <filename>cmdline</filename> entries will be used to
 
174
            determine the name of the running binary, effective user
 
175
            and group <abbrev>ID</abbrev>, and the command line
 
176
            arguments.  See <citerefentry><refentrytitle
 
177
            >proc</refentrytitle><manvolnum>5</manvolnum>
 
178
            </citerefentry>.
 
179
          </para>
 
180
        </listitem>
 
181
      </varlistentry>
 
182
      <varlistentry>
 
183
        <term><filename>/sbin/plymouthd</filename></term>
 
184
        <listitem>
 
185
          <para>
 
186
            This is the name of the binary which will be searched for
 
187
            in the process list.  See <citerefentry><refentrytitle
 
188
            >plymouth</refentrytitle><manvolnum>8</manvolnum>
 
189
            </citerefentry>.
 
190
          </para>
 
191
        </listitem>
 
192
      </varlistentry>
 
193
    </variablelist>
 
194
  </refsect1>
 
195
  
 
196
  <refsect1 id="bugs">
 
197
    <title>BUGS</title>
 
198
    <para>
 
199
      Killing the <citerefentry><refentrytitle
 
200
      >plymouth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
 
201
      daemon and starting a new one is ugly, but necessary as long as
 
202
      it does not support aborting a password request.
 
203
    </para>
 
204
  </refsect1>
 
205
  
 
206
  <refsect1 id="example">
 
207
    <title>EXAMPLE</title>
 
208
    <para>
 
209
      Note that normally, this program will not be invoked directly,
 
210
      but instead started by the Mandos <citerefentry><refentrytitle
 
211
      >plugin-runner</refentrytitle><manvolnum>8mandos</manvolnum>
 
212
      </citerefentry>.
 
213
    </para>
 
214
    <informalexample>
 
215
      <para>
 
216
        This program takes no options.
 
217
      </para>
 
218
      <para>
 
219
        <userinput>&COMMANDNAME;</userinput>
 
220
      </para>
 
221
    </informalexample>
 
222
  </refsect1>
 
223
  
 
224
  <refsect1 id="security">
 
225
    <title>SECURITY</title>
 
226
    <para>
 
227
      If this program is killed by a signal, it will kill the process
 
228
      <abbrev>ID</abbrev> which at the start of this program was
 
229
      determined to run <citerefentry><refentrytitle
 
230
      >plymouth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
 
231
      as root (see also <xref linkend="files"/>).  There is a very
 
232
      slight risk that, in the time between those events, that process
 
233
      <abbrev>ID</abbrev> was freed and then taken up by another
 
234
      process; the wrong process would then be killed.  Now, this
 
235
      program can only be killed by the user who started it; see
 
236
      <citerefentry><refentrytitle>plugin-runner</refentrytitle>
 
237
      <manvolnum>8mandos</manvolnum></citerefentry>.  This program
 
238
      should therefore be started by a completely separate
 
239
      non-privileged user, and no other programs should be allowed to
 
240
      run as that special user.  This means that it is not recommended
 
241
      to use the user "nobody" to start this program, as other
 
242
      possibly less trusted programs could be running as "nobody", and
 
243
      they would then be able to kill this program, triggering the
 
244
      killing of the process <abbrev>ID</abbrev> which may or may not
 
245
      be <citerefentry><refentrytitle>plymouth</refentrytitle>
 
246
      <manvolnum>8</manvolnum></citerefentry>.
 
247
    </para>
 
248
    <para>
 
249
      The only other thing that could be considered worthy of note is
 
250
      this:  This program is meant to be run by <citerefentry>
 
251
      <refentrytitle>plugin-runner</refentrytitle><manvolnum
 
252
      >8mandos</manvolnum></citerefentry>, and will, when run
 
253
      standalone, outside, in a normal environment, immediately output
 
254
      on its standard output any presumably secret password it just
 
255
      received.  Therefore, when running this program standalone
 
256
      (which should never normally be done), take care not to type in
 
257
      any real secret password by force of habit, since it would then
 
258
      immediately be shown as output.
 
259
    </para>
 
260
  </refsect1>
 
261
  
 
262
  <refsect1 id="see_also">
 
263
    <title>SEE ALSO</title>
 
264
    <para>
 
265
      <citerefentry><refentrytitle>intro</refentrytitle>
 
266
      <manvolnum>8mandos</manvolnum></citerefentry>,
 
267
      <citerefentry><refentrytitle>crypttab</refentrytitle>
 
268
      <manvolnum>5</manvolnum></citerefentry>,
 
269
      <citerefentry><refentrytitle>plugin-runner</refentrytitle>
 
270
      <manvolnum>8mandos</manvolnum></citerefentry>,
 
271
      <citerefentry><refentrytitle>proc</refentrytitle>
 
272
      <manvolnum>5</manvolnum></citerefentry>,
 
273
      <citerefentry><refentrytitle>plymouth</refentrytitle>
 
274
      <manvolnum>8</manvolnum></citerefentry>
 
275
    </para>
 
276
  </refsect1>
 
277
</refentry>
 
278
<!-- Local Variables: -->
 
279
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
 
280
<!-- time-stamp-end: "[\"']>" -->
 
281
<!-- time-stamp-format: "%:y-%02m-%02d" -->
 
282
<!-- End: -->