{"name": "not_container_and_not_bootc", "original_expression": "not bootc and not container", "xml_content": "<ns0:platform xmlns:ns0=\"http://cpe.mitre.org/language/2.0\" id=\"not_container_and_not_bootc\"><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-installed_env_is_a_container:def:1\" /></ns0:logical-test><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-bootc:def:1\" /></ns0:logical-test></ns0:logical-test></ns0:platform>", "bash_conditional": "( ! ( [ -f /.dockerenv ] || [ -f /run/.containerenv ] ) && ! ( { rpm --quiet -q kernel ;} && { rpm --quiet -q rpm-ostree ;} && { rpm --quiet -q bootc ;} && { ! rpm --quiet -q openshift-kubelet ;} && ([ -f /run/ostree-booted ] || [ -L /ostree ]) ) )", "ansible_conditional": "( not ( ansible_virtualization_type in [\"docker\", \"lxc\", \"openvz\", \"podman\", \"container\"] ) and not ( \"kernel\" in ansible_facts.packages and \"rpm-ostree\" in ansible_facts.packages and \"bootc\" in ansible_facts.packages and not \"openshift-kubelet\" in ansible_facts.packages and \"ostree\" in ansible_proc_cmdline ) )", "title": "", "definition_location": ""}