{"name": "not_runtime_kernel_fips_enabled_and_system_with_kernel", "original_expression": "system_with_kernel and not runtime_kernel_fips_enabled", "xml_content": "<ns0:platform xmlns:ns0=\"http://cpe.mitre.org/language/2.0\" id=\"not_runtime_kernel_fips_enabled_and_system_with_kernel\"><ns0:logical-test operator=\"AND\" negate=\"false\"><ns0:logical-test operator=\"AND\" negate=\"true\"><ns0:check-fact-ref system=\"http://oval.mitre.org/XMLSchema/oval-definitions-5\" href=\"ssg-ubuntu2204-cpe-oval.xml\" id-ref=\"oval:ssg-runtime_kernel_fips_enabled:def:1\" /></ns0:logical-test><ns0:check-fact-ref system=\"http://oval.mitre.org/XMLSchema/oval-definitions-5\" href=\"ssg-ubuntu2204-cpe-oval.xml\" id-ref=\"oval:ssg-system_with_kernel:def:1\" /></ns0:logical-test></ns0:platform>", "bash_conditional": "( ! ( [ \"$(sysctl -a | grep -c 'fips_enabled.*1')\" -eq 1 ] ) && dpkg-query --show --showformat='${db:Status-Status}' 'linux-base' 2>/dev/null | grep -q '^installed$' )", "ansible_conditional": "( \"linux-base\" in ansible_facts.packages )", "title": "", "definition_location": ""}