]> git.proxmox.com Git - mirror_lxc.git/commitdiff
doc: document lxc.seccomp.notify.cookie
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 5 Jul 2019 17:21:34 +0000 (19:21 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 9 Jul 2019 10:25:10 +0000 (12:25 +0200)
and fix a minor typo

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
doc/lxc.container.conf.sgml.in

index 782dede78776552b9925af4506ea3988615b04bc..fc586b17c6f1fa0a6798585102f87da88dbb3a11 100644 (file)
@@ -1997,11 +1997,22 @@ dev/null proc/kcore none bind,relative 0 0
           <listitem>
             <para>
              Specify a unix socket to which LXC will connect and forward
-             seccomp events to. The path must by in the form
+             seccomp events to. The path must be in the form
              unix:/path/to/socket or unix:@socket. The former specifies a
              path-bound unix domain socket while the latter specifies an
              abstract unix domain socket.
-             </para>
+            </para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>
+            <option>lxc.seccomp.notify.cookie</option>
+          </term>
+          <listitem>
+            <para>
+             An additional string sent along with proxied seccomp notification
+             requests.
+            </para>
           </listitem>
         </varlistentry>
       </variablelist>