File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77## What
88
9- A "Mobile Device Management" solution that stores compliance checks in Git. Built to pass SOC 2 audits without installing actual MDM spyware.
9+ A "Mobile Device Management" solution that stores compliance data in Git. Built to pass SOC 2 without requiring a highly privileged RCE
1010
1111## Why
1212
@@ -15,7 +15,7 @@ Because real MDMs are backdoors with compliance features. This just generates th
1515## Philosophy
1616
1717- ** Can't manage devices** - Only reports on them
18- - ** Can't execute commands** - Read-only by design
18+ - ** Can't execute commands** - Read-only by design
1919- ** Can't phone home** - Your Git repo, your control
2020- ** Can't compromise systems** - No privileges, no access
2121
@@ -71,7 +71,7 @@ Edit `checks.yaml` to define compliance checks. Default config satisfies most au
7171
7272## Security
7373
74- Traditional MDMs: Give someone your house keys to check if the door is locked.
74+ Traditional MDMs: Give someone your house keys to check if the door is locked.
7575gitMDM: Someone photographs your locked door from across the street.
7676
7777** Result** : Compliance without compromise.
@@ -84,4 +84,4 @@ This software proves compliance. It doesn't actually manage devices. That's the
8484
8585---
8686
87- * Built with spite by someone who wanted to pass SOC 2 with OpenBSD.*
87+ * Built with spite by someone who wanted to pass SOC 2 with OpenBSD.*
You can’t perform that action at this time.
0 commit comments