Initial commit

This commit is contained in:
Warezpeddler
2026-04-25 23:09:31 +01:00
commit 3325436017
92 changed files with 18397 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Clone NIST macos_security and Lynis into ./vendor (shallow). Requires git and network.
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
cd "$ROOT"
exec python3 -m applepy.bootstrap_compliance "$@"