From 52798b62ca44865fe03fce19ea0556425f72af84 Mon Sep 17 00:00:00 2001 From: Bob Gendler Date: Thu, 11 Apr 2024 11:20:04 -0400 Subject: [PATCH] refactor[rules]Update discussion os_camera_disable Updated discussion for os_camera_disable to match Ventura DISA STIG. --- rules/os/os_camera_disable.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/rules/os/os_camera_disable.yaml b/rules/os/os_camera_disable.yaml index 4289ba70..145ecd0c 100644 --- a/rules/os/os_camera_disable.yaml +++ b/rules/os/os_camera_disable.yaml @@ -1,7 +1,19 @@ id: os_camera_disable title: Disable Camera discussion: | - macOS _MUST_ be configured to disable the camera. + It is detrimental for operating systems to provide, or install by default, functionality exceeding requirements or mission objectives. These unnecessary capabilities or services are often overlooked and therefore may remain unsecured. They increase the risk to the platform by providing additional attack vectors. + + Failing to disconnect from collaborative computing devices (i.e., cameras) can result in subsequent compromises of organizational information. Providing easy methods to physically disconnect from such devices after a collaborative computing session helps to ensure that participants carry out the disconnect activity without having to go through complex and tedious procedures. + + This requirement is not applicable to mobile devices (smartphones and tablets), where the use of the camera is a local AO decision. + + This requirement is not applicable to dedicated VTC suites located in approved VTC locations that are centrally managed. + + For an external camera, if there is not a method for the operator to manually disconnect camera at the end of collaborative computing sessions, this is a finding. + + For a built-in camera, the camera must be protected by a camera cover (e.g., laptop camera cover slide) when not in use. If the built-in camera is not protected with a camera cover, or is not physically disabled, this is a finding. + + If the camera is not disconnected, covered, or physically disabled, the following configuration is required. check: | /usr/bin/osascript -l JavaScript << EOS $.NSUserDefaults.alloc.initWithSuiteName('com.apple.applicationaccess')\