Skip to content

Commit 6256a25

Browse files
committed
OVAL/probes/fwupdsecattr: Fix test
The 'org.fwupd.hsi.Kernel.Lockdown' attribute could be in any of 'not-valid', 'not-enabled' or 'enabled' states, depending on the system. And we are fine getting any of them.
1 parent 3ed934e commit 6256a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/probes/fwupdsecattr/test_probes_fwupdsecattr.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<states>
4343

4444
<lin-def:fwupdsecattr_state id="oval:0:ste:1" version="1">
45-
<lin-def:security_attr datatype="string" operation="pattern match">not-valid|not-enabled</lin-def:security_attr>
45+
<lin-def:security_attr datatype="string" operation="pattern match">not-valid|not-enabled|enabled</lin-def:security_attr>
4646
</lin-def:fwupdsecattr_state>
4747

4848
</states>

0 commit comments

Comments
 (0)