You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/how-to/compliance-script.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Compliance Script
3
3
description: A compliance-script reference.
4
4
---
5
5
6
-
Adding the `-s` flag to the `generate-guidance.py` script will generate a compliance script, which can be used to check/fix a system.
6
+
Adding the `-s` flag to the `generate-guidance.py` script will generate a compliance script, written for Z Shell (zsh), which can be used to check/fix a system.
@@ -28,7 +28,7 @@ When generating the compliance script a `org.{baseline}.audit.plist` will be cre
28
28
29
29
The `{baseline}_compliance.sh` script can run interactively or with the --check/--fix/--cfc flags. To run the script interactively run the following command:
0 commit comments