]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* SECURITY.md: Tweak wording on what the less-privileged user
authorJoe Orton <jorton@apache.org>
Tue, 19 May 2026 16:15:40 +0000 (16:15 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 19 May 2026 16:15:40 +0000 (16:15 +0000)
  can/can't do, add ACME servers to the example list of trusted
  services.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934404 13f79535-47bb-0310-9956-ffa450edef68

SECURITY.md

index 645c5ee780821f50a07fabc9aeaab07356c02302..90b59c83dbd2376932d8343f87a67bfce4daabe6 100644 (file)
@@ -86,9 +86,12 @@ run as a less-privileged user and group which is configurable via the
 
 The less-privileged user:
 
-* cannot obtain root privileges, 
-* cannot read or truncate log files,
-* retains access to e.g. any private TLS key data loaded in memory.
+* MUST be restricted from gaining root privileges, and
+* SHOULD NOT have read or truncate access to log files
+
+but otherwise has full control over network communication with
+clients, and, for example, retains access to SSL private key data in a
+typical configuration.
 
 Use of platform-specific sandboxing or security features (such as use
 of containers, chroot, SELinux) are out of scope for this security
@@ -122,6 +125,7 @@ include, but are not limited to:
 * Database or LDAP servers used for authentication via `mod_ldap` or `mod_dbd`
 * Redis/Valkey, or Memcache servers used for the `mod_ssl` session cache
 * OCSP servers used for client certificate verification, or server certificate "stapling"
+* ACME servers used for issuing certificate in `mod_md`.
 
 Backend servers are those accessed in a reverse proxy (or gateway)
 configuration, typically via HTTP or AJP (see