mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
more system settings
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
id: system_settings_system_wide_preferences_configure
|
||||
title: "Require Administrator Password to Modify System-Wide Preferences"
|
||||
discussion: |
|
||||
The system _MUST_ be configured to require an administrator password in order to modify the system-wide preferences in System Preferences.
|
||||
The system _MUST_ be configured to require an administrator password in order to modify the system-wide preferences in System Settings.
|
||||
|
||||
Some Preference Panes in System Preferences contain settings that affect the entire system. Requiring a password to unlock these system-wide settings reduces the risk of a non-authorized user modifying system configurations.
|
||||
Some Preference Panes in System Settings contain settings that affect the entire system. Requiring a password to unlock these system-wide settings reduces the risk of a non-authorized user modifying system configurations.
|
||||
check: |
|
||||
/usr/bin/security authorizationdb read system.preferences 2> /dev/null | /usr/bin/grep -A 1 "<key>shared</key>" | /usr/bin/grep -c "<false/>"
|
||||
result:
|
||||
|
||||
@@ -15,7 +15,7 @@ check: |
|
||||
result:
|
||||
integer: 0
|
||||
fix: |
|
||||
. Go to System Preferences -> Time Machine
|
||||
. Go to System Settings -> Time Machine
|
||||
. Click *Select Disk*
|
||||
. Select existing Backup Disk under *Available Disks*
|
||||
. Click *Encrypt Backups*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "System Preferences"
|
||||
name: "System Settings"
|
||||
description: |
|
||||
This section contains the configuration and enforcement of the settings within the macOS System Preferences application.
|
||||
This section contains the configuration and enforcement of the settings within the macOS System Settings application.
|
||||
|
||||
NOTE: The check/fix commands outlined in this section _MUST_ be run by a user with elevated privileges.
|
||||
Reference in New Issue
Block a user