fix search

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell
2022-07-26 10:06:53 +01:00
parent bba4458ae9
commit b2204d273d
+2 -2
View File
@@ -5,8 +5,8 @@ command:
exec: cat /etc/crypto-policies/config
exit-status: 0
stdout:
- '/^\s+(DEFAULT|FUTURE|FIPS)/'
- '!/^\s+LEGACY/'
- '/^(|\s+)(DEFAULT|FUTURE|FIPS)/'
- '!/^(|\s+)LEGACY/'
meta:
server: 1
workstation: 1