From 3578de3671c7df7cfd1e1101d5c93645affd646d Mon Sep 17 00:00:00 2001
From: ghidra1
Date: Mon, 29 Nov 2021 18:53:08 -0500
Subject: [PATCH] Updated svrREADME.html to flag Mac OS service issue
---
Ghidra/RuntimeScripts/Common/server/svrREADME.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Ghidra/RuntimeScripts/Common/server/svrREADME.html b/Ghidra/RuntimeScripts/Common/server/svrREADME.html
index 80c2dc0630..cc5a1235cc 100644
--- a/Ghidra/RuntimeScripts/Common/server/svrREADME.html
+++ b/Ghidra/RuntimeScripts/Common/server/svrREADME.html
@@ -1016,6 +1016,17 @@ this problem is to install haveged (HArdware Volatile Entropy Gathering a
Expansion Daemon) which will satisfy the entropy demand needed by /dev/random.
+
+Mac OS - 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
+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.
+
+
(Back to Top)