├── .gitattributes ├── LICENSE ├── README.md └── security-baseline.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgamblin/MacOS-Security-Baseline/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgamblin/MacOS-Security-Baseline/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgamblin/MacOS-Security-Baseline/HEAD/README.md -------------------------------------------------------------------------------- /security-baseline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgamblin/MacOS-Security-Baseline/HEAD/security-baseline.sh --------------------------------------------------------------------------------