aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <sven.vermeulen@siphos.be>2013-12-20 14:54:24 +0100
committerSven Vermeulen <sven.vermeulen@siphos.be>2013-12-20 14:54:24 +0100
commit74d55749d92d96f50c09c277041d6bb9fa0a969f (patch)
treeb0a290c592d56ccab168923a70412b2a6ac5dd7b
parentAdd checks for webrsync-gpg FEATURES setting (diff)
downloadhardened-docs-74d55749d92d96f50c09c277041d6bb9fa0a969f.tar.gz
hardened-docs-74d55749d92d96f50c09c277041d6bb9fa0a969f.tar.bz2
hardened-docs-74d55749d92d96f50c09c277041d6bb9fa0a969f.zip
Forgot to reference oval checks for quota mounts
-rw-r--r--xml/SCAP/gentoo-xccdf.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/xml/SCAP/gentoo-xccdf.xml b/xml/SCAP/gentoo-xccdf.xml
index 3c331eb..fa9c357 100644
--- a/xml/SCAP/gentoo-xccdf.xml
+++ b/xml/SCAP/gentoo-xccdf.xml
@@ -969,6 +969,9 @@ mount -o remount,noexec /dev/shm
platform="cpe:/o:gentoo:linux" complexity="low" disruption="low" reboot="false">
mount -o remount,usrquota,grpquota /var
</fix>
+ <check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
+ <check-content-ref name="oval:org.gentoo.dev.swift:def:25" href="gentoo-oval.xml" />
+ </check>
</Rule>
<Rule id="xccdf_org.gentoo.dev.swift_rule_home-quota" selected="false" severity="low" weight="1.7">
<title>The /home file system is mounted with usrquota or grpquota</title>
@@ -978,6 +981,9 @@ mount -o remount,usrquota,grpquota /var
platform="cpe:/o:gentoo:linux" complexity="low" disruption="low" reboot="false">
mount -o remount,usrquota,grpquota /home
</fix>
+ <check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
+ <check-content-ref name="oval:org.gentoo.dev.swift:def:26" href="gentoo-oval.xml" />
+ </check>
</Rule>
</Group> <!-- system-fs-quotas -->
</Group> <!-- system-fs -->