SV-268483r1034389_rule
V-268483
SRG-OS-000095-GPOS-00049
APPL-15-002007
CAT II
10
Configure the macOS system to disable Internet Sharing by installing the "com.apple.MCX" configuration profile.
Verify the macOS system is configured to disable Internet Sharing with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.MCX')\
.objectForKey('forceInternetSharingOff').js
EOS
If the result is not "true", this is a finding.
V-268483
False
APPL-15-002007
Verify the macOS system is configured to disable Internet Sharing with the following command:
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.MCX')\
.objectForKey('forceInternetSharingOff').js
EOS
If the result is not "true", this is a finding.
M
5661