Update Running_Linux_OSX.txt

Add Gatekeper troubleshooting tip
This commit is contained in:
Mark McKinnon 2020-04-15 09:17:14 -04:00
parent de18b59cca
commit f173551278

View File

@ -81,6 +81,11 @@ Autopsy depends on a specific version of The Sleuth Kit. You need the Java libr
(b) confirm that your JAVA_HOME environment variable is set correctly: (b) confirm that your JAVA_HOME environment variable is set correctly:
% echo $JAVA_HOME % echo $JAVA_HOME
- If you see something like "cannot be opened because the developer cannot be verified." it is an indication
that Gatekeeper is running and is stopping a file from being executed. To fix this open a new terminal window
and enter the following command "sudo spctl --master-disable", you will be required to enter your password.
This will allow any program to be be downloaded from anywhere and executed.
* Limitations (Updated May 2018) * * Limitations (Updated May 2018) *
- Timeline does not work on OS X - Timeline does not work on OS X
- Video thumbnails are not generated (need to get a consistent version of OpenCV) - Video thumbnails are not generated (need to get a consistent version of OpenCV)