SV-269349r1050232_rule
V-269349
SRG-OS-000095-GPOS-00049
ALMA-09-030490
CAT II
10
To configure the system to prevent the uvcvideo kernel module from being loaded, run the following command:
$ cat << EOF | tee /etc/modprobe.d/uvcvideo.conf
install uvcvideo /bin/false
blacklist uvcvideo
EOF
Verify the operating system disables the ability to load the uvcvideo kernel module:
$ grep -r uvcvideo /etc/modprobe.conf /etc/modprobe.d/*
/etc/modprobe.d/uvcvideo.conf:install uvcvideo /bin/false
/etc/modprobe.d/uvcvideo.conf:blacklist uvcvideo
If the command does not return any output, or either line is commented out, and the collaborative computing device has not been authorized for use, this is a finding.
If a built-in camera is not protected with a cover or is not physically disabled, this is a finding.
For an external camera, if there is not a method for the operator to manually disconnect the camera (e.g., unplug, power off) at the end of collaborative computing sessions, this is a finding.
If the device or operating system does not have a camera installed, this requirement is not applicable.
V-269349
False
ALMA-09-030490
Verify the operating system disables the ability to load the uvcvideo kernel module:
$ grep -r uvcvideo /etc/modprobe.conf /etc/modprobe.d/*
/etc/modprobe.d/uvcvideo.conf:install uvcvideo /bin/false
/etc/modprobe.d/uvcvideo.conf:blacklist uvcvideo
If the command does not return any output, or either line is commented out, and the collaborative computing device has not been authorized for use, this is a finding.
If a built-in camera is not protected with a cover or is not physically disabled, this is a finding.
For an external camera, if there is not a method for the operator to manually disconnect the camera (e.g., unplug, power off) at the end of collaborative computing sessions, this is a finding.
If the device or operating system does not have a camera installed, this requirement is not applicable.
M
5664