File: simple-tailoring.xml

package info (click to toggle)
openscap 1.0.9-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,588 kB
  • ctags: 26,325
  • sloc: xml: 611,156; ansic: 90,367; sh: 26,693; makefile: 2,463; python: 804; perl: 445; cpp: 123
file content (19 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<Tailoring xmlns="http://checklists.nist.gov/xccdf/1.2" id="xccdf_org.open-scap_tailoring_example">
  <status>incomplete</status>
  <version time="2013-01-15T16:00:00.000+02:00">1.0</version>
  <Profile id="xccdf_org.open-scap_profile_default">
    <title>Default</title>
  </Profile>
  <Profile id="xccdf_org.open-scap_profile_unselecting">
    <title>Unselecting</title>
    <select idref="xccdf_moc.elpmaxe.www_rule_1" selected="false"/>
  </Profile>
  <Profile id="xccdf_org.open-scap_profile_override" extends="xccdf_org.open-scap_profile_override">
    <title>Override</title>
    <select idref="xccdf_moc.elpmaxe.www_rule_1" selected="true"/>
  </Profile>
  <Profile id="xccdf_org.open-scap_profile_unselecting_noop" extends="xccdf_org.open-scap_profile_unselecting">
    <title>Unselecting NOOP</title>
  </Profile>
</Tailoring>