{"name": "system_with_kernel_and_x86_64_arch", "original_expression": "system_with_kernel and x86_64_arch", "xml_content": "<ns0:platform xmlns:ns0=\"http://cpe.mitre.org/language/2.0\" id=\"system_with_kernel_and_x86_64_arch\"><ns0:logical-test operator=\"AND\" negate=\"false\"><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:check-fact-ref system=\"http://oval.mitre.org/XMLSchema/oval-definitions-5\" href=\"ssg-ubuntu2204-cpe-oval.xml\" id-ref=\"oval:ssg-proc_sys_kernel_osrelease_arch_x86_64:def:1\" /></ns0:logical-test></ns0:platform>", "bash_conditional": "( dpkg-query --show --showformat='${db:Status-Status}' 'linux-base' 2>/dev/null | grep -q '^installed$' && ( grep -sqE \"^.*\\.x86_64$\" /proc/sys/kernel/osrelease || grep -sqE \"^x86_64$\" /proc/sys/kernel/arch; ) )", "ansible_conditional": "( \"linux-base\" in ansible_facts.packages and ansible_architecture == \"x86_64\" )", "title": "", "definition_location": ""}