Skip to content

Commit

Permalink
Updated tasks/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ComplianceAsCode development team authored and dmc5179 committed May 4, 2023
1 parent ae0d939 commit 603a7eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21623,7 +21623,7 @@
lineinfile:
create: true
dest: /etc/modprobe.d/usb-storage.conf
regexp: usb-storage
regexp: install\s+usb-storage
line: install usb-storage /bin/true
when:
- disable_strategy | bool
Expand Down Expand Up @@ -22237,6 +22237,7 @@
- no_reboot_needed | bool
- sebool_selinuxuser_execheap | bool
- ansible_virtualization_type not in ["docker", "lxc", "openvz", "podman", "container"]
- not ( lookup("env", "container") == "bwrap-osbuild" )
tags:
- CCE-84084-3
- enable_strategy
Expand All @@ -22259,6 +22260,7 @@
- no_reboot_needed | bool
- sebool_selinuxuser_execheap | bool
- ansible_virtualization_type not in ["docker", "lxc", "openvz", "podman", "container"]
- not ( lookup("env", "container") == "bwrap-osbuild" )
tags:
- CCE-84084-3
- enable_strategy
Expand All @@ -22280,6 +22282,7 @@
- no_reboot_needed | bool
- sebool_selinuxuser_execmod | bool
- ansible_virtualization_type not in ["docker", "lxc", "openvz", "podman", "container"]
- not ( lookup("env", "container") == "bwrap-osbuild" )
tags:
- CCE-84086-8
- enable_strategy
Expand All @@ -22302,6 +22305,7 @@
- no_reboot_needed | bool
- sebool_selinuxuser_execmod | bool
- ansible_virtualization_type not in ["docker", "lxc", "openvz", "podman", "container"]
- not ( lookup("env", "container") == "bwrap-osbuild" )
tags:
- CCE-84086-8
- enable_strategy
Expand All @@ -22323,6 +22327,7 @@
- no_reboot_needed | bool
- sebool_selinuxuser_execstack | bool
- ansible_virtualization_type not in ["docker", "lxc", "openvz", "podman", "container"]
- not ( lookup("env", "container") == "bwrap-osbuild" )
tags:
- CCE-84089-2
- enable_strategy
Expand All @@ -22345,6 +22350,7 @@
- no_reboot_needed | bool
- sebool_selinuxuser_execstack | bool
- ansible_virtualization_type not in ["docker", "lxc", "openvz", "podman", "container"]
- not ( lookup("env", "container") == "bwrap-osbuild" )
tags:
- CCE-84089-2
- enable_strategy
Expand Down

0 comments on commit 603a7eb

Please sign in to comment.