FAQ is missing explanations for IT Administrators of macOS for user group and file permissions #6406
Unanswered
sean-freeman
asked this question in
Getting started
Replies: 1 comment 3 replies
-
You're welcome to make a pull request for this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of issue
FAQ is missing explanations for IT Administrators of macOS for user group and file permissions
It can be seen in the installation script, for Linux the current user/group is used whereas for macOS this is forced to
admin
group (instead of lower default groupstaff
that the user is actually a part of).Similarly, there is no explanation why 0755 (i.e. ugo+rwx) is required.
The justifications seem obvious, but documentation of the reasons provides evidence for IT Administrators and security policies of businesses.
Searched
https://github.com/Homebrew/brew/tree/main/docs
Beta Was this translation helpful? Give feedback.
All reactions