File: shared.xml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (30 lines) | stat: -rw-r--r-- 1,660 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<def-group>
    <definition class="compliance" id="{{{ rule_id }}}" version="1">
           {{{ oval_metadata("SSSD should be configured with the correct ocsp_dgst
            digest function", rule_title=rule_title) }}}
        <criteria>
            <criterion comment="check value of certificate_verification in sssd configuration"
                       test_ref="test_{{{rule_id}}}" />
        </criteria>
    </definition>

    <ind:textfilecontent54_test check="all" check_existence="all_exist" comment="test the value of
        certificate_verification in sssd configuration" id="test_{{{rule_id}}}" version="1">
        <ind:object object_ref="obj_{{{rule_id}}}" />
        <ind:state state_ref="state_{{{rule_id}}}" />
    </ind:textfilecontent54_test>

    <ind:textfilecontent54_object id="obj_{{{rule_id}}}" version="1">
        <ind:filepath operation="pattern match">^/etc/sssd/(sssd|conf\.d/.*)\.conf$</ind:filepath>
        <ind:pattern operation="pattern match">^[\s]*\[sssd](?:[^\n\[]*\n+)+?[\s]*certificate_verification\s*=\s*ocsp_dgst=(\w+)$</ind:pattern>
        <ind:instance datatype="int">1</ind:instance>
    </ind:textfilecontent54_object>

    <ind:textfilecontent54_state comment="value of certificate_verification" id="state_{{{rule_id}}}" version="1">
        <ind:subexpression operation="equals" var_check="all"
                           var_ref="var_sssd_certificate_verification_digest_function" />
    </ind:textfilecontent54_state>

    <external_variable comment="certificate_verification value" datatype="string"
                       id="var_sssd_certificate_verification_digest_function" version="1" />
</def-group>