diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-12-25 11:16:18 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-12-25 11:16:18 -0500 |
commit | 720e593603dbfc2d2b2a7b9f6e911ad7f09c61b2 (patch) | |
tree | cbcbd40208db2444d0f98d9d05befc8296678f45 /man | |
parent | d790d8c1b23620aa6dfb4131c04b25dea426e1c1 (diff) | |
parent | 9d3737f13e9b38f88ed7acc800db66c2f025fac9 (diff) |
Merge pull request #2197 from mscherer/add_seal_config
Add Seal option in the configuration file for journald-remote
Diffstat (limited to 'man')
-rw-r--r-- | man/journal-remote.conf.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml index b7c5e6ac5c..2d345963d9 100644 --- a/man/journal-remote.conf.xml +++ b/man/journal-remote.conf.xml @@ -72,6 +72,13 @@ <literal>[Remote]</literal> section:</para> <variablelist> + <varlistentry> + <term><varname>Seal=</varname></term> + + <listitem><para>Periodically sign the data in the journal using Forward Secure Sealing. + </para></listitem> + </varlistentry> + <varlistentry> <term><varname>SplitMode=</varname></term> |