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

  • Committer: Teddy Hogeborn
  • Date: 2016-03-04 22:07:35 UTC
  • Revision ID: teddy@recompile.se-20160304220735-4xeeqt5p4nhw5cuh
Restrict the Mandos server daemon in the systemd service file.

* mandos.service ([Service]/ProtectSystem): Set to "full".
 ([Service]/PrivateTmp, [Service]/PrivateDevices,
  [Service]/ProtectHome): Set to "yes".
 ([Service]/CapabilityBoundingSet): Set to "CAP_SETUID
                                    CAP_DAC_OVERRIDE CAP_NET_RAW".

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-client">
5
 
<!ENTITY TIMESTAMP "2017-02-23">
 
5
<!ENTITY TIMESTAMP "2016-02-28">
6
6
<!ENTITY % common SYSTEM "../common.ent">
7
7
%common;
8
8
]>
40
40
      <year>2014</year>
41
41
      <year>2015</year>
42
42
      <year>2016</year>
43
 
      <year>2017</year>
44
43
      <holder>Teddy Hogeborn</holder>
45
44
      <holder>Björn Påhlsson</holder>
46
45
    </copyright>
694
693
    </variablelist>
695
694
  </refsect1>
696
695
  
697
 
  <refsect1 id="bugs">
698
 
    <title>BUGS</title>
699
 
    <xi:include href="../bugs.xml"/>
700
 
  </refsect1>
 
696
<!--   <refsect1 id="bugs"> -->
 
697
<!--     <title>BUGS</title> -->
 
698
<!--     <para> -->
 
699
<!--     </para> -->
 
700
<!--   </refsect1> -->
701
701
  
702
702
  <refsect1 id="example">
703
703
    <title>EXAMPLE</title>
843
843
      </varlistentry>
844
844
      <varlistentry>
845
845
        <term>
846
 
          <ulink url="https://www.gnutls.org/">GnuTLS</ulink>
 
846
          <ulink url="http://www.gnu.org/software/gnutls/"
 
847
          >GnuTLS</ulink>
847
848
        </term>
848
849
      <listitem>
849
850
        <para>
855
856
      </varlistentry>
856
857
      <varlistentry>
857
858
        <term>
858
 
          <ulink url="https://www.gnupg.org/related_software/gpgme/"
 
859
          <ulink url="http://www.gnupg.org/related_software/gpgme/"
859
860
                 >GPGME</ulink>
860
861
        </term>
861
862
        <listitem>
899
900
      </varlistentry>
900
901
      <varlistentry>
901
902
        <term>
902
 
          RFC 5246: <citetitle>The Transport Layer Security (TLS)
903
 
          Protocol Version 1.2</citetitle>
 
903
          RFC 4346: <citetitle>The Transport Layer Security (TLS)
 
904
          Protocol Version 1.1</citetitle>
904
905
        </term>
905
906
      <listitem>
906
907
        <para>
907
 
          TLS 1.2 is the protocol implemented by GnuTLS.
 
908
          TLS 1.1 is the protocol implemented by GnuTLS.
908
909
        </para>
909
910
      </listitem>
910
911
      </varlistentry>
921
922
      </varlistentry>
922
923
      <varlistentry>
923
924
        <term>
924
 
          RFC 6091: <citetitle>Using OpenPGP Keys for Transport Layer
 
925
          RFC 5081: <citetitle>Using OpenPGP Keys for Transport Layer
925
926
          Security</citetitle>
926
927
        </term>
927
928
      <listitem>