From bb838f8ce2bdfa5ca329757a87f43710a9cb0542 Mon Sep 17 00:00:00 2001 From: Yvo Mulder <7681555+ytbmulder@users.noreply.github.com> Date: Thu, 17 Jan 2019 06:01:31 +0100 Subject: [PATCH] Fix docs/FAQ.md typo --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index f767f63b95..658cf93725 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -141,7 +141,7 @@ You should only ever sudo a tool you trust. Of course, you can trust Homebrew 😉 But do you trust the multi-megabyte Makefile that Homebrew runs? Developers often understand C++ far better than they understand make syntax. It’s too high a risk to sudo such stuff. It could modify (or upload) any files on your -system.And indeed, we’ve seen some build scripts try to modify `/usr` even when +system. And indeed, we’ve seen some build scripts try to modify `/usr` even when the prefix was specified as something else entirely. We use the macOS sandbox to stop this but this doesn't work when run as the `root` user (which also has read and write access to almost everything on the system).