Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgamblin/MacOS-Security-Baseline
Baseline Security Configuration For MacOS
https://github.com/jgamblin/MacOS-Security-Baseline
macos security-considerations security-hardening security-tools
Last synced: 22 days ago
JSON representation
Baseline Security Configuration For MacOS
- Host: GitHub
- URL: https://github.com/jgamblin/MacOS-Security-Baseline
- Owner: jgamblin
- License: mit
- Created: 2018-08-27T19:50:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T13:22:56.000Z (over 6 years ago)
- Last Synced: 2024-11-20T22:12:37.769Z (22 days ago)
- Topics: macos, security-considerations, security-hardening, security-tools
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 67
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security-baseline.sh
Awesome Lists containing this project
- awesome-hacking-lists - jgamblin/MacOS-Security-Baseline - Baseline Security Configuration For MacOS (Shell)
README
# MacOS Security Baseline
This is a simple shell script that configures some of the most commonly recommended MacOS security settings that are not enabled by default.## What It Does:
- Deletes Saved Wireless Networks.
- Requires Password Immediately After Sleep.
- Turns On Firewall.
- Enables Stealth Mode.
- Disables Remote Login
- Installs Needed System Updates.
- Enables Automatic Updates
- Validates System Integrity Protection is enabled.
- Enables Full Disk Encryption.Note: Script Will Prompt For Password If Not Root.
## Usage:
- Review for your preferences and comment out options **You** don't want.
- Set `homessid` and `workssid` variable to stop from deleting these!
- **Warning:** This script does not ask before making changes.**To Run:**
```
chmod +x security-baseline.sh
./security-baseline.sh
```## Important Notice
I likely don't know what I am doing, and this could be done faster, better and simpler some other way. These scripts could also break your MacBook and make you cry.