mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-03 08:52:01 +00:00
fixed typo in check
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user