mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
doc: document lxc.seccomp.notify.cookie
and fix a minor typo Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
651e63a719
commit
214008eeb2
@ -1997,13 +1997,24 @@ dev/null proc/kcore none bind,relative 0 0
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specify a unix socket to which LXC will connect and forward
|
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
|
unix:/path/to/socket or unix:@socket. The former specifies a
|
||||||
path-bound unix domain socket while the latter specifies an
|
path-bound unix domain socket while the latter specifies an
|
||||||
abstract unix domain socket.
|
abstract unix domain socket.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user