mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#3902] More typos
modified: doc/sphinx/arm/agent.rst modified: doc/sphinx/arm/ddns.rst modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst modified: doc/sphinx/arm/security.rst modified: src/bin/agent/ca_messages.mes modified: src/lib/d2srv/d2_messages.mes modified: src/lib/util/filesystem.cc modified: src/lib/util/filesystem.h
This commit is contained in:
parent
9caf40cc0c
commit
ee89af66cc
@ -286,7 +286,7 @@ Starting and Stopping the Control Agent
|
||||
$ strings src/lib/process/cfgrpt/.libs/libcfgrpt.a | sed -n 's/;;;; //p'
|
||||
|
||||
- ``-X`` - As of Kea 3.0, disables path and permissions restrictions.
|
||||
The server will emit a warning at startup that sercurity restrctions
|
||||
The server will emit a warning at startup that sercurity restrictions
|
||||
have been disabled. Do not use this mode of operation without careful
|
||||
consideration and taking any necessary precautions. Failure to do so can
|
||||
expose deployments to security vulnerabilities. For more information
|
||||
|
@ -164,7 +164,7 @@ directly. It accepts the following command-line switches:
|
||||
$ strings src/lib/process/cfgrpt/.libs/libcfgrpt.a | sed -n 's/;;;; //p'
|
||||
|
||||
- ``-X`` - As of Kea 3.0, disables path and permissions restrictions.
|
||||
The server will emit a warning at startup that sercurity restrctions
|
||||
The server will emit a warning at startup that sercurity restrictions
|
||||
have been disabled. Do not use this mode of operation without careful
|
||||
consideration and taking any necessary precautions. Failure to do so can
|
||||
expose deployments to security vulnerabilities. For more information
|
||||
|
@ -79,7 +79,7 @@ the following command-line switches:
|
||||
$ strings src/lib/process/cfgrpt/.libs/libcfgrpt.a | sed -n 's/;;;; //p'
|
||||
|
||||
- ``-X`` - As of Kea 3.0, disables path and permissions restrictions.
|
||||
The server will emit a warning at startup that sercurity restrctions
|
||||
The server will emit a warning at startup that sercurity restrictions
|
||||
have been disabled. Do not use this mode of operation without careful
|
||||
consideration and taking any necessary precautions. Failure to do so can
|
||||
expose deployments to security vulnerabilities. For more information
|
||||
|
@ -79,7 +79,7 @@ the following command-line switches:
|
||||
$ strings src/lib/process/cfgrpt/.libs/libcfgrpt.a | sed -n 's/;;;; //p'
|
||||
|
||||
- ``-X`` - As of Kea 3.0, disables path and permissions restrictions.
|
||||
The server will emit a warning at startup that sercurity restrctions
|
||||
The server will emit a warning at startup that sercurity restrictions
|
||||
have been disabled. Do not use this mode of operation without careful
|
||||
consideration and taking any necessary precautions. Failure to do so can
|
||||
expose deployments to security vulnerabilities. For more information
|
||||
|
@ -431,7 +431,7 @@ the following table:
|
||||
|
||||
As of Kea 3.0, the path and permissions restrictions may be disabled by adding ``-X``
|
||||
to command line of the Kea servers. The server will emit a warning at startup that
|
||||
sercurity restrctions have been disabled. Do not use this mode of operation without
|
||||
sercurity restrictions have been disabled. Do not use this mode of operation without
|
||||
careful consideration and taking any necessary precautions. Failure to do so may expose
|
||||
deployments to security vulnerabilities. This command line option is supported by
|
||||
all of the daemons: ``kea-dhcp4``, ``kea-dhcp6``, ``kea-dhcp-ddns``, and
|
||||
|
@ -87,5 +87,5 @@ This warning is emitted when internal security checks normally
|
||||
performed by kea-ctrl-agent have been disabled via command line opion '-X'.
|
||||
This means the server is not enforcing restrictions on resource
|
||||
paths or permissions. This mode of operation may expose your
|
||||
environment to ecurity vulnerabilities and should only be used
|
||||
environment to security vulnerabilities and should only be used
|
||||
after consideration.
|
||||
|
@ -453,5 +453,5 @@ This warning is emitted when internal security checks normally
|
||||
performed by kea-dhcp-ddns have been disabled via command line opion '-X'.
|
||||
This means the server is not enforcing restrictions on resource
|
||||
paths or permissions. This mode of operation may expose your
|
||||
environment to ecurity vulnerabilities and should only be used
|
||||
environment to security vulnerabilities and should only be used
|
||||
after consideration.
|
||||
|
@ -327,7 +327,7 @@ PathChecker::validateDirectory(const std::string input_path_str,
|
||||
|
||||
bool
|
||||
PathChecker::pathHasPermissions(mode_t permissions, bool enforce_perms
|
||||
/* = PathChecker::shouldEnforceSecurity() */) const {
|
||||
/* = PathChecker::shouldEnforceSecurity() */) const {
|
||||
return((!enforce_perms) || hasPermissions(path_, permissions));
|
||||
}
|
||||
|
||||
|
@ -267,7 +267,7 @@ public:
|
||||
bool isDefaultOverridden();
|
||||
|
||||
/// @brief Indicates security checks should be enforced.
|
||||
static bool shouldEnforceSecurity();
|
||||
static bool shouldEnforceSecurity();
|
||||
|
||||
/// @brief Enables or disables security enforcment checks.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user