You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux_os/guide/system/permissions/partitions/mount_option_boot_efi_nosuid/tests/vfat_without_nosuid.fail.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#!/bin/bash
2
2
3
-
# This test verifies that the rule passes when /boot/efi is mounted with vfat filesystem
4
-
#The nosuid requirement is not applicable to vfat filesystems
3
+
# This test verifies that the rule fails when /boot/efi
Copy file name to clipboardExpand all lines: linux_os/guide/system/permissions/restrictions/enable_execshield_settings/sysctl_kernel_kptr_restrict/rule.yml
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,12 @@ ocil: |-
39
39
The runtime status of the <code>kernel.kptr_restrict</code> kernel parameter can be queried
Copy file name to clipboardExpand all lines: linux_os/guide/system/permissions/restrictions/enable_execshield_settings/sysctl_kernel_kptr_restrict/tests/value_2.pass.sh
Copy file name to clipboardExpand all lines: linux_os/guide/system/permissions/restrictions/kernel_module_uvcvideo_disabled/rule.yml
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,28 +27,29 @@ ocil_clause: 'the command does not return any output, or the line is commented o
27
27
ocil: |-
28
28
If the device or {{{ full_name }}} does not have a camera installed, this requirement is not applicable.
29
29
30
-
This requirement is not applicable to mobile devices (smartphones and tablets), where the use of the camera is a local AO decision.
30
+
This requirement is not applicable to mobile devices (smartphones and tablets), where the use of the camera is a local Authorizing Official (AO) decision.
31
31
32
32
This requirement is not applicable to dedicated VTC suites located in approved VTC locations that are centrally managed.
33
33
34
34
For an external camera, if there is not a method for the operator to manually disconnect the camera at the end of collaborative computing sessions, this is a finding.
35
35
36
36
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.
37
37
38
-
If the camera is not disconnected, covered, or physically disabled, determine if it is being disabled via software with the following commands:
38
+
If the camera is not disconnected, covered, or physically disabled, determine if it is being disabled via software.
39
39
40
-
Verify the operating system disables the ability to load the uvcvideo kernel module.
40
+
Verify the operating system disables the ability to load the uvcvideo kernel module and ensure that the uvcvideo protocol module is disabled with the following command:
Copy file name to clipboardExpand all lines: linux_os/guide/system/software/integrity/crypto/configure_libreswan_crypto_policy/rule.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ ocil_clause: |-
40
40
the "IPsec" service is active and the ipsec configuration file does not contain does not contain <tt>include /etc/crypto-policies/back-ends/libreswan.config</tt>
41
41
42
42
ocil: |-
43
-
Verify that the IPSec service uses the system crypto policy.
43
+
Verify that the IPsec service uses the system crypto policy.
44
44
45
-
If the ipsec service is not installed is not applicable.
45
+
If the IPsec service is not installed, this requirement is not applicable.
46
46
47
47
Check to see if the "IPsec" service is active with the following command:
0 commit comments