default to using mount namespaces if experimental enabled

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: I5ce91a2aaefd8c84eecb6aa5d66f492cb8a3becd
This commit is contained in:
Caolán McNamara 2024-07-12 16:55:23 +01:00 committed by Andras Timar
parent 9dc4e94154
commit f361fb1375

View file

@ -37,7 +37,7 @@
<sys_template_path desc="Path to a template tree with shared libraries etc to be used as source for chroot jails for child processes." type="path" relative="true" default="systemplate"></sys_template_path>
<child_root_path desc="Path to the directory under which the chroot jails for the child processes will be created. Should be on the same file system as systemplate and lotemplate. Must be an empty directory." type="path" relative="true" default="jails"></child_root_path>
<mount_jail_tree desc="Controls whether the systemplate and lotemplate contents are mounted or not, which is much faster than the default of linking/copying each file." type="bool" default="true"></mount_jail_tree>
<mount_namespaces desc="Use mount namespaces instead of coolmount." type="bool" default="false"></mount_namespaces>
<mount_namespaces desc="Use mount namespaces instead of coolmount." type="bool" default="@ENABLE_EXPERIMENTAL@"></mount_namespaces>
<server_name desc="External hostname:port of the server running coolwsd. If empty, it's derived from the request (please set it if this doesn't work). May be specified when behind a reverse-proxy or when the hostname is not reachable directly." type="string" default=""></server_name>
<file_server_root_path desc="Path to the directory that should be considered root for the file server. This should be the directory containing cool." type="path" relative="true" default="browser/../"></file_server_root_path>