From e1ea47a41a44260d37ba4c6441196d766de76a7d Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 16 May 2024 18:32:48 +0200 Subject: [PATCH 1/3] feat: note that Homebrew does not have a sandbox on Linux --- docs/Homebrew-on-Linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index 6ecaa4f6b1..6a2d070c70 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -45,6 +45,9 @@ brew install hello If you're using an older distribution of Linux, installing your first package will also install a recent version of *glibc* and *gcc*. Use `brew doctor` to troubleshoot common issues. +> [!NOTICE] +> Please note that in contrary to macOS, Homebrew does not use any sandbox when building on Linux, so formula could install outside the Homebrew prefix. + ## Requirements - **Linux** 3.2 or newer From 4072122be1632b300221c61e7e7274075ed40d55 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 16 May 2024 20:15:19 +0300 Subject: [PATCH 2/3] Update Homebrew-on-Linux.md Co-authored-by: Patrick Linnane --- docs/Homebrew-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index 6a2d070c70..ca6286bc50 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -46,7 +46,7 @@ brew install hello If you're using an older distribution of Linux, installing your first package will also install a recent version of *glibc* and *gcc*. Use `brew doctor` to troubleshoot common issues. > [!NOTICE] -> Please note that in contrary to macOS, Homebrew does not use any sandbox when building on Linux, so formula could install outside the Homebrew prefix. +> Please note that contrary to macOS, Homebrew does not use any sandbox when building on Linux, so formula may install outside the Homebrew prefix. ## Requirements From 09dcca0f9bd26899b58398213ea35c37c07ad078 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 16 May 2024 20:50:13 +0300 Subject: [PATCH 3/3] Update Homebrew-on-Linux.md Co-authored-by: Adrian Ho --- docs/Homebrew-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index ca6286bc50..a54c6ac1cf 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -46,7 +46,7 @@ brew install hello If you're using an older distribution of Linux, installing your first package will also install a recent version of *glibc* and *gcc*. Use `brew doctor` to troubleshoot common issues. > [!NOTICE] -> Please note that contrary to macOS, Homebrew does not use any sandbox when building on Linux, so formula may install outside the Homebrew prefix. +> Please note that unlike macOS, Homebrew does not use a sandbox when building on Linux, so formulae may install outside the Homebrew prefix. ## Requirements