30806af6bd
We try to install a system call filter on various operating systems (Linux, macOS, BSD, Solaris, and Windows) but the setting (bootstrap.seccomp) to control this is named after the Linux implementation (seccomp). This commit replaces this setting with bootstrap.system_call_filter. For backwards compatibility reasons, we fallback to bootstrap.seccomp and log a deprecation message if bootstrap.seccomp is set. We intend to remove this fallback in 6.0.0. Note that now is the time to make this change it's likely that most users are not making this setting anyway as prior to version 5.2.0 (currently unreleased) it was not necessary to configure anything to enable a node to start up if the system call filter failed to install (we marched on anyway) but starting in 5.2.0 it will be necessary in this case. Relates #22226 |
||
---|---|---|
.. | ||
install | ||
sysconfig | ||
bootstrap-checks.asciidoc | ||
cluster_restart.asciidoc | ||
configuration.asciidoc | ||
important-settings.asciidoc | ||
install.asciidoc | ||
reindex_upgrade.asciidoc | ||
rolling_upgrade.asciidoc | ||
stopping.asciidoc | ||
sysconfig.asciidoc | ||
upgrade.asciidoc |