{"name": "bootc_or_osbuild_or_selinux", "original_expression": "selinux or bootc or osbuild", "xml_content": "<ns0:platform xmlns:ns0=\"http://cpe.mitre.org/language/2.0\" id=\"bootc_or_osbuild_or_selinux\"><ns0:logical-test operator=\"OR\" 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-bootc: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-installed_env_is_osbuild: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-selinux_is_enabled:def:1\" /></ns0:logical-test></ns0:platform>", "bash_conditional": "( { rpm --quiet -q kernel ;} && { rpm --quiet -q rpm-ostree ;} && { rpm --quiet -q bootc ;} && { ! rpm --quiet -q openshift-kubelet ;} && ([ -f /run/ostree-booted ] || [ -L /ostree ]) || [ \"${container:-}\" == \"bwrap-osbuild\" ] || selinuxenabled )", "ansible_conditional": "( \"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 or lookup(\"env\", \"container\") == \"bwrap-osbuild\" or ansible_facts.selinux.status != \"disabled\" )", "title": "", "definition_location": ""}