mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
CIS 5.1.2 (#9623)
This commit is contained in:
parent
dbcb638809
commit
2957ea9bf4
1 changed files with 21 additions and 0 deletions
|
|
@ -892,6 +892,27 @@ spec:
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: policy
|
||||
spec:
|
||||
name: CIS - Ensure System Integrity Protection Status (SIP) Is Enabled
|
||||
platforms: macOS
|
||||
platform: darwin
|
||||
description: |
|
||||
System Integrity Protection is a security feature introduced in OS X 10.11 El Capitan. System Integrity Protection restricts access to System domain locations and restricts runtime attachment to system processes. Any attempt to inspect or attach to a system process will fail. Kernel Extensions are now restricted to /Library/Extensions and are required to be signed with a Developer ID.
|
||||
resolution: |
|
||||
Terminal Method:
|
||||
Perform the following steps to enable System Integrity Protection:
|
||||
1. Reboot into the Recovery Partition (reboot and hold down Command (⌘) + R)
|
||||
2. Select Utilities
|
||||
3. Select Terminal
|
||||
4. Run the following command:
|
||||
/usr/bin/sudo /usr/bin/csrutil enable
|
||||
query: SELECT 1 FROM sip_config WHERE config_flag="sip" and enabled=1;
|
||||
purpose: Informational
|
||||
tags: compliance, CIS, CIS_Level1, CIS5.1.2
|
||||
contributors: sharon-fdm
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: policy
|
||||
spec:
|
||||
name: CIS - Ensure Password Account Lockout Threshold Is Configured (Fleetd required)
|
||||
platforms: macOS
|
||||
|
|
|
|||
Loading…
Reference in a new issue