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.
++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)