Files
macos_security/rules/sysprefs/sysprefs_internet_sharing_disable.yaml
2020-09-10 17:28:46 -04:00

41 lines
1004 B
YAML

id: sysprefs_internet_sharing_disable
title: "Disable Internet Sharing"
discussion: |
If the system does not require Internet sharing, support for it is non-essential and _MUST_ be disabled.
The information system _MUST_ be configured to provide only essential capabilities. Disabling Internet sharing helps prevent the unauthorized connection of devices, unauthorized transfer of information, and unauthorized tunneling.
check: |
/usr/bin/profiles -P -o stdout | /usr/bin/grep -c 'forceInternetSharingOff = 1'
result:
integer: 1
fix: |
This is implemented by a Configuration Profile.
references:
cce:
- CCE-84837-4
cci:
- CCI-000381
800-53r4:
- AC-4
- AC-20
srg:
- SRG-OS-000095-GPOS-00049
disa_stig:
- AOSX-14-002007
800-171r2:
- 3.1.3
- 3.1.20
macOS:
- "10.15"
tags:
- 800-171
- cnssi-1253
- fisma-low
- fisma-moderate
- fisma-high
- STIG
mobileconfig: true
mobileconfig_info:
com.apple.MCX:
forceInternetSharingOff: true