/usr/share/doc/ssg-debian/ssg-debian8-guide-index.html is in ssg-debian 0.1.31-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Guide to the Secure Configuration of Debian 8</title>
<script>
function change_profile(option_element)
{
var benchmark_id=option_element.getAttribute('data-benchmark-id');
var profile_id=option_element.getAttribute('data-profile-id');
var eval_snippet=document.getElementById('eval_snippet');
var input_path='/usr/share/scap/ssg/ssg-debian8-ds.xml';
if (profile_id == '')
{
if (benchmark_id == '')
eval_snippet.innerHTML='# oscap xccdf eval ' + input_path;
else
eval_snippet.innerHTML='# oscap xccdf eval --benchmark-id ' + benchmark_id + ' ' + input_path;
}
else
{
if (benchmark_id == '')
eval_snippet.innerHTML='# oscap xccdf eval --profile ' + profile_id + ' ' + input_path;
else
eval_snippet.innerHTML='# oscap xccdf eval --benchmark-id ' + benchmark_id + ' --profile ' + profile_id + ' ' + input_path;
}
window.open(option_element.value, 'guide');
}
</script>
<style>
html, body { margin: 0; height: 100% }
#js_switcher { position: fixed; right: 30px; top: 10px; padding: 2px; background: #ddd; border: 1px solid #999 }
#guide_div { margin: auto; width: 99%; height: 99% }
</style>
</head>
<body onload="document.getElementById('js_switcher').style.display = 'block'">
<noscript>
Profiles: <a target="guide" href="ssg-debian8-guide-common.html">Common Profile for General-Purpose Debian Systems in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</a>, <a target="guide" href="ssg-debian8-guide-anssi_np_nt28_average.html">Profile for ANSSI DAT-NT28 Average (Intermediate) Level in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</a>, <a target="guide" href="ssg-debian8-guide-anssi_np_nt28_high.html">Profile for ANSSI DAT-NT28 High (Enforced) Level in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</a>, <a target="guide" href="ssg-debian8-guide-anssi_np_nt28_minimal.html">Profile for ANSSI DAT-NT28 Minimal Level in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</a>, <a target="guide" href="ssg-debian8-guide-anssi_np_nt28_restrictive.html">Profile for ANSSI DAT-NT28 Restrictive Level in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</a>, <a target="guide" href="ssg-debian8-guide-default.html">(default) in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</a>
</noscript>
<div id="js_switcher" style="display: none">
Profile:
<select style="margin-bottom: 5px" onchange="change_profile(this.options[this.selectedIndex]);">
<option value="ssg-debian8-guide-common.html" data-benchmark-id="" data-profile-id="xccdf_org.ssgproject.content_profile_common">Common Profile for General-Purpose Debian Systems in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</option>
<option value="ssg-debian8-guide-anssi_np_nt28_average.html" data-benchmark-id="" data-profile-id="xccdf_org.ssgproject.content_profile_anssi_np_nt28_average">Profile for ANSSI DAT-NT28 Average (Intermediate) Level in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</option>
<option value="ssg-debian8-guide-anssi_np_nt28_high.html" data-benchmark-id="" data-profile-id="xccdf_org.ssgproject.content_profile_anssi_np_nt28_high">Profile for ANSSI DAT-NT28 High (Enforced) Level in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</option>
<option value="ssg-debian8-guide-anssi_np_nt28_minimal.html" data-benchmark-id="" data-profile-id="xccdf_org.ssgproject.content_profile_anssi_np_nt28_minimal">Profile for ANSSI DAT-NT28 Minimal Level in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</option>
<option value="ssg-debian8-guide-anssi_np_nt28_restrictive.html" data-benchmark-id="" data-profile-id="xccdf_org.ssgproject.content_profile_anssi_np_nt28_restrictive">Profile for ANSSI DAT-NT28 Restrictive Level in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</option>
<option value="ssg-debian8-guide-default.html" data-benchmark-id="" data-profile-id="">(default) in xccdf_org.ssgproject.content_benchmark_DEBIAN-8</option>
</select>
<div id='eval_snippet' style='background: #eee; padding: 3px; border: 1px solid #000'>select a profile to display its guide and a command line snippet needed to use it</div>
</div>
<div id="guide_div">
<iframe src="ssg-debian8-guide-common.html" name="guide" width="100%" height="100%">
</iframe>
</div>
</body>
</html>
|