fixed typo in check

This commit is contained in:
Bob Gendler
2021-08-30 14:22:23 -04:00
parent c98af8e4ba
commit 8a84ebc325

View File

@@ -7,7 +7,7 @@ discussion: |
NOTE: The firewall data is logged to Apple's Unified Logging with the subsystem `com.apple.alf` and the data is marked as private. In order to enable private data, review the `com.apple.alf.private_data.mobileconfig` file in the project's `includes` folder.
check: |
/usr/bin/profiles -P -o stdout | /usr/bin/grep -c grep -Ec '(EnableLogging = 1|LoggingOption = detail)'
/usr/bin/profiles -P -o stdout | /usr/bin/grep -Ec '(EnableLogging = 1|LoggingOption = detail)'
result:
integer: 1
fix: |