diff --git a/rules/sysprefs/sysprefs_system_wide_preferences_configure.yaml b/rules/sysprefs/sysprefs_system_wide_preferences_configure.yaml
index 7bc414e9..7843f2fe 100644
--- a/rules/sysprefs/sysprefs_system_wide_preferences_configure.yaml
+++ b/rules/sysprefs/sysprefs_system_wide_preferences_configure.yaml
@@ -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 "shared" | /usr/bin/grep -c ""
result:
diff --git a/rules/sysprefs/sysprefs_time_machine_encrypted_configure.yaml b/rules/sysprefs/sysprefs_time_machine_encrypted_configure.yaml
index 7aaa4492..673594d9 100644
--- a/rules/sysprefs/sysprefs_time_machine_encrypted_configure.yaml
+++ b/rules/sysprefs/sysprefs_time_machine_encrypted_configure.yaml
@@ -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*
diff --git a/sections/systempreferences.yaml b/sections/systemsettings.yaml
similarity index 67%
rename from sections/systempreferences.yaml
rename to sections/systemsettings.yaml
index 398a836c..f1e56d52 100644
--- a/sections/systempreferences.yaml
+++ b/sections/systemsettings.yaml
@@ -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.
\ No newline at end of file