File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
linux_os/guide/system/software/updating/security_patches_up_to_date Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ description: |-
2121 <pre>$ sudo yum update</pre>
2222 If the system is not configured to use repos, updates (in the form of RPM packages)
2323 can be manually downloaded from the repos and installed using <tt>rpm</tt>.
24- {{% elif product in ["sle12", "sle15", "slmicro5", "slmicro6"] %}}
24+ {{% elif 'sle' in product or 'slmicro' in product %}}
2525 If the system is configured for online updates, invoking the following command will list available
2626 security updates :
2727 <pre>$ sudo zypper refresh && sudo zypper list-patches -g security</pre>
@@ -49,7 +49,7 @@ identifiers:
4949 cce@sle15 : CCE-83261-8
5050 cce@sle16 : CCE-96484-1
5151 cce@slmicro5 : CCE-93804-3
52- cce@slmicro6 : CCE-95036-0
52+ cce@slmicro6 : CCE-95036-0
5353
5454references :
5555 cis-csc : 18,20,4
You can’t perform that action at this time.
0 commit comments