diff --git a/Ghidra/RuntimeScripts/Common/server/svrREADME.html b/Ghidra/RuntimeScripts/Common/server/svrREADME.html
index ca6f00889d..d7c6dd8487 100644
--- a/Ghidra/RuntimeScripts/Common/server/svrREADME.html
+++ b/Ghidra/RuntimeScripts/Common/server/svrREADME.html
@@ -43,7 +43,7 @@ typewriter {
Install as Automatic Service
Uninstall Service
- Running Ghidra Server on Linux or Mac OS
+ Running Ghidra Server on Linux or macOS
@@ -502,10 +502,9 @@ are not currently supported.
(Back to Top)
-
+
-NOTE: Mac OS has limited support. The latest supported version is macOS 10.13.x High Sierra
-(see Mac OS - Service fails to start).
+NOTE: macOS has limited support (see macOS - Service fails to start).
Server Scripts (located within the server subdirectory)
@@ -930,7 +929,7 @@ Please note that the Ghidra Server does not currently support Certificate Revoca
Uninstall an installed Ghidra Server Service by following the Uninstall Service
instructions corresponding to your operating system (Windows
- or Linux/Mac OS).
+ or Linux/macOS).
Unzip the new Ghidra distribution to a new installation directory (general unpacking and installation
guidelines may be found in ghidra_x.x/docs/InstallationGuide.html).
@@ -951,7 +950,7 @@ Please note that the Ghidra Server does not currently support Certificate Revoca
If desired, install the Ghidra Server Service from the new installation server
subdirectory by following the instructions corresponding to your operating system
- (Windows or Linux/Mac-OSX).
+ (Windows or Linux/macOS).
@@ -1064,14 +1063,14 @@ Expansion Daemon) which will satisfy the entropy demand needed by /dev/random.
-Mac OS - Service fails to start (macOS 10.14 Mojave and later)
+macOS - Service fails to start
-The installed service may fail to start with Mac OS Majave (10.14) and later due
-to changes in the Mac OS system protection feature. When the service fails to start it does not
+The installed service may fail to start with macOS Mojave (10.14) to macOS Monterey (12.0) due
+to changes in the macOS system protection feature. When the service fails to start it does not
provide any error or logging to help determine the cause. Although granting Full Disk Access
to Java can be a workaround, this is rather drastic and is not considered desirable
-since it will allow any Java application to run as root. For this reason, installation
-of the Ghidra Server as a service on Mac OS is discouraged.
+since it will allow any Java application to run as root. Newer versions of macOS (Ventura 13.0 and
+later) do not exhibit this issue.
(Back to Top)