/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 mandos-ctl.xml

  • Committer: Teddy Hogeborn
  • Date: 2011-07-16 00:29:19 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110716002919-r77yikuiulj42o40
* initramfs-tools-script: Abort if plugin-runner is missing.  Removed
                          workaround for Debian bug #633582; the
                          workaround required getopt, which can not be
                          guaranteed.
* plugin-runner.c (main): Work around Debian bug #633582.
* plugins.d/mandos-client.c (main): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY COMMANDNAME "mandos-ctl">
5
 
<!ENTITY TIMESTAMP "2010-09-25">
 
5
<!ENTITY TIMESTAMP "2011-02-27">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
32
32
    </authorgroup>
33
33
    <copyright>
34
34
      <year>2010</year>
 
35
      <year>2011</year>
35
36
      <holder>Teddy Hogeborn</holder>
36
37
      <holder>Björn Påhlsson</holder>
37
38
    </copyright>
101
102
      </group>
102
103
      <sbr/>
103
104
      <group>
 
105
        <arg choice="plain"><option>--approve-by-default</option
 
106
        ></arg>
 
107
        <sbr/>
 
108
        <arg choice="plain"><option>--deny-by-default</option></arg>
 
109
      </group>
 
110
      <sbr/>
 
111
      <group>
 
112
        <arg choice="plain"><option>--approval-delay
 
113
        <replaceable>TIME</replaceable></option></arg>
 
114
      </group>
 
115
      <sbr/>
 
116
      <group>
 
117
        <arg choice="plain"><option>--approval-duration
 
118
        <replaceable>TIME</replaceable></option></arg>
 
119
      </group>
 
120
      <sbr/>
 
121
      <group>
 
122
        <arg choice="plain"><option>--interval
 
123
        <replaceable>TIME</replaceable></option></arg>
 
124
        <arg choice="plain"><option>-i
 
125
        <replaceable>TIME</replaceable></option></arg>
 
126
      </group>
 
127
      <sbr/>
 
128
      <group>
104
129
        <arg choice="plain"><option>--host
105
130
        <replaceable>STRING</replaceable></option></arg>
106
131
        <arg choice="plain"><option>-H
273
298
          <para>
274
299
            Set the <varname>checker</varname> option of the specified
275
300
            client(s); see <citerefentry><refentrytitle
276
 
            >mandos-client.conf</refentrytitle><manvolnum>5</manvolnum
277
 
            ></citerefentry>.
 
301
            >mandos-clients.conf</refentrytitle><manvolnum
 
302
            >5</manvolnum></citerefentry>.
278
303
          </para>
279
304
        </listitem>
280
305
      </varlistentry>
288
313
          <para>
289
314
            Set the <varname>timeout</varname> option of the specified
290
315
            client(s); see <citerefentry><refentrytitle
291
 
            >mandos-client.conf</refentrytitle><manvolnum>5</manvolnum
292
 
            ></citerefentry>.
 
316
            >mandos-clients.conf</refentrytitle><manvolnum
 
317
            >5</manvolnum></citerefentry>.
293
318
          </para>
294
319
        </listitem>
295
320
      </varlistentry>
301
326
        <replaceable>TIME</replaceable></option></term>
302
327
        <listitem>
303
328
          <para>
304
 
            Set the <varname>interval</varname> option of the specified
305
 
            client(s); see <citerefentry><refentrytitle
306
 
            >mandos-client.conf</refentrytitle><manvolnum>5</manvolnum
307
 
            ></citerefentry>.
 
329
            Set the <varname>interval</varname> option of the
 
330
            specified client(s); see <citerefentry><refentrytitle
 
331
            >mandos-clients.conf</refentrytitle><manvolnum
 
332
            >5</manvolnum></citerefentry>.
 
333
          </para>
 
334
        </listitem>
 
335
      </varlistentry>
 
336
      
 
337
      <varlistentry>
 
338
        <term><option>--approve-by-default</option></term>
 
339
        <term><option>--deny-by-default</option></term>
 
340
        <listitem>
 
341
          <para>
 
342
            Set the <varname>approved_by_default</varname> option of
 
343
            the specified client(s) to <literal>True</literal> or
 
344
            <literal>False</literal>, respectively; see
 
345
            <citerefentry><refentrytitle
 
346
            >mandos-clients.conf</refentrytitle><manvolnum
 
347
            >5</manvolnum></citerefentry>.
 
348
          </para>
 
349
        </listitem>
 
350
      </varlistentry>
 
351
      
 
352
      <varlistentry>
 
353
        <term><option>--approval-delay
 
354
        <replaceable>TIME</replaceable></option></term>
 
355
        <listitem>
 
356
          <para>
 
357
            Set the <varname>approval_delay</varname> option of the
 
358
            specified client(s); see <citerefentry><refentrytitle
 
359
            >mandos-clients.conf</refentrytitle><manvolnum
 
360
            >5</manvolnum></citerefentry>.
 
361
          </para>
 
362
        </listitem>
 
363
      </varlistentry>
 
364
      
 
365
      <varlistentry>
 
366
        <term><option>--approval-duration
 
367
        <replaceable>TIME</replaceable></option></term>
 
368
        <listitem>
 
369
          <para>
 
370
            Set the <varname>approval_duration</varname> option of the
 
371
            specified client(s); see <citerefentry><refentrytitle
 
372
            >mandos-clients.conf</refentrytitle><manvolnum
 
373
            >5</manvolnum></citerefentry>.
308
374
          </para>
309
375
        </listitem>
310
376
      </varlistentry>
318
384
          <para>
319
385
            Set the <varname>host</varname> option of the specified
320
386
            client(s); see <citerefentry><refentrytitle
321
 
            >mandos-client.conf</refentrytitle><manvolnum>5</manvolnum
322
 
            ></citerefentry>.
 
387
            >mandos-clients.conf</refentrytitle><manvolnum
 
388
            >5</manvolnum></citerefentry>.
323
389
          </para>
324
390
        </listitem>
325
391
      </varlistentry>
333
399
          <para>
334
400
            Set the <varname>secfile</varname> option of the specified
335
401
            client(s); see <citerefentry><refentrytitle
336
 
            >mandos-client.conf</refentrytitle><manvolnum>5</manvolnum
337
 
            ></citerefentry>.
 
402
            >mandos-clients.conf</refentrytitle><manvolnum
 
403
            >5</manvolnum></citerefentry>.
338
404
          </para>
339
405
        </listitem>
340
406
      </varlistentry>
471
537
        To approve all clients currently waiting for it:
472
538
      </para>
473
539
      <para>
474
 
 
475
 
<!-- do not wrap this line -->
476
 
<userinput>&COMMANDNAME; --approve --all</userinput>
477
 
 
 
540
        <userinput>&COMMANDNAME; --approve --all</userinput>
478
541
      </para>
479
542
    </informalexample>
480
543
  </refsect1>