You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by mm...@apache.org on 2019/07/02 17:47:56 UTC

[metron] branch master updated: METRON-2084 Add documentation notice for MacOS Mojave users for new security permissions (mmiklavc) closes apache/metron#1449

This is an automated email from the ASF dual-hosted git repository.

mmiklavcic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new c8f2c9a  METRON-2084 Add documentation notice for MacOS Mojave users for new security permissions (mmiklavc) closes apache/metron#1449
c8f2c9a is described below

commit c8f2c9affd8e3b2ed9b99cf7eb9ac7b61e4d37a2
Author: mmiklavc <mi...@gmail.com>
AuthorDate: Tue Jul 2 11:47:15 2019 -0600

    METRON-2084 Add documentation notice for MacOS Mojave users for new security permissions (mmiklavc) closes apache/metron#1449
---
 metron-deployment/development/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/metron-deployment/development/README.md b/metron-deployment/development/README.md
index b86a5c4..448b53f 100644
--- a/metron-deployment/development/README.md
+++ b/metron-deployment/development/README.md
@@ -61,3 +61,12 @@ To setup this up, start full dev.
 
 Now, when you go to Swagger or the UIs, you should be able to give a user and password.
 "admin" will have the roles ROLE_ADMIN and ROLE_USER, which can be verified via the "/whoami/roles" endpoint in Swagger. Similarly, there is a user "sam" that only has ROLE_USER. A third user, "tom" has neither role.
+
+## Common Problems
+
+### Mac Mojave - Operation Not Permitted Error
+
+`tee: /etc/exports: Operation not permitted on macOS 10.14 Mojave with nfs exports`
+
+If you have the Mojave OS or newer, you may run into this issue when running `vagrant up`. In order to correct this you will need to grant permissions to your relevant terminal application.
+Navigate to `System Preferences -> Security & Privacy -> Privacy` and add your terminal application to "Full Disk Access". See [https://github.com/hashicorp/vagrant/issues/10234](https://github.com/hashicorp/vagrant/issues/10234) for more details.