From: Wolfgang Bumiller Date: Fri, 5 Jul 2019 17:21:34 +0000 (+0200) Subject: doc: document lxc.seccomp.notify.cookie X-Git-Tag: lxc-3.2.0~9^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=214008e;p=thirdparty%2Flxc.git doc: document lxc.seccomp.notify.cookie and fix a minor typo Signed-off-by: Wolfgang Bumiller --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 782dede78..fc586b17c 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1997,11 +1997,22 @@ dev/null proc/kcore none bind,relative 0 0 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. - + + + + + + + + + + An additional string sent along with proxied seccomp notification + requests. +