{"name": "package_autofs_and_system_with_kernel", "original_expression": "system_with_kernel and package[autofs]", "xml_content": "<ns0:platform xmlns:ns0=\"http://cpe.mitre.org/language/2.0\" id=\"package_autofs_and_system_with_kernel\"><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-package_autofs: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-system_with_kernel:def:1\" /></ns0:logical-test></ns0:platform>", "bash_conditional": "( dpkg-query --show --showformat='${db:Status-Status}' 'autofs' 2>/dev/null | grep -q '^installed$' && dpkg-query --show --showformat='${db:Status-Status}' 'linux-base' 2>/dev/null | grep -q '^installed$' )", "ansible_conditional": "( \"autofs\" in ansible_facts.packages and \"linux-base\" in ansible_facts.packages )", "title": "", "definition_location": ""}