From 74d55749d92d96f50c09c277041d6bb9fa0a969f Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Fri, 20 Dec 2013 14:54:24 +0100 Subject: Forgot to reference oval checks for quota mounts --- xml/SCAP/gentoo-xccdf.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 + + + The /home file system is mounted with usrquota or grpquota @@ -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 + + + -- cgit v1.2.3-65-gdbad