diff options
author | Sven Vermeulen <sven.vermeulen@siphos.be> | 2013-09-23 13:45:53 +0200 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2013-09-23 13:45:53 +0200 |
commit | eef40ec6ddcb200e320aacc81d113eb29de79e13 (patch) | |
tree | abb6b5d39bf63e1717c489ec1078ba1da4098cc7 | |
parent | Update comment for tst:5 (diff) | |
download | hardened-docs-eef40ec6ddcb200e320aacc81d113eb29de79e13.tar.gz hardened-docs-eef40ec6ddcb200e320aacc81d113eb29de79e13.tar.bz2 hardened-docs-eef40ec6ddcb200e320aacc81d113eb29de79e13.zip |
Update tests for /tmp
-rw-r--r-- | xml/SCAP/gentoo-oval.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/SCAP/gentoo-oval.xml b/xml/SCAP/gentoo-oval.xml index e2a7a83..611d021 100644 --- a/xml/SCAP/gentoo-oval.xml +++ b/xml/SCAP/gentoo-oval.xml @@ -224,7 +224,7 @@ </metadata> <criteria operator="AND"> <criterion test_ref="oval:org.gentoo.dev.swift:tst:5" comment="The /tmp location is on a separate partition" /> - <criterion test_ref="oval:org.gentoo.dev.swift:tst:12" comment="The /var/log/audit partition is mounted with nodev mount option" /> + <criterion test_ref="oval:org.gentoo.dev.swift:tst:12" comment="The /tmp partition is mounted with nodev mount option" /> </criteria> </definition> @@ -522,7 +522,7 @@ version="1" check="all" check_existence="all_exist" comment="Tests that /tmp is mounted with nodev option"> <!-- /tmp partition --> - <lin-def:object object_ref="oval:org.gentoo.dev.swift:obj:2" /> + <lin-def:object object_ref="oval:org.gentoo.dev.swift:obj:3" /> <!-- "nodev" mount option --> <lin-def:state state_ref="oval:org.gentoo.dev.swift:ste:2" /> </lin-def:partition_test> @@ -531,7 +531,7 @@ version="1" check="all" check_existence="all_exist" comment="Tests that /tmp is mounted with nosuid option"> <!-- /tmp partition --> - <lin-def:object object_ref="oval:org.gentoo.dev.swift:obj:2" /> + <lin-def:object object_ref="oval:org.gentoo.dev.swift:obj:3" /> <!-- "nosuid" mount option --> <lin-def:state state_ref="oval:org.gentoo.dev.swift:ste:1" /> </lin-def:partition_test> |