summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2011-05-26 10:57:53 -0700
committerNick Kralevich <nnk@google.com>2011-06-16 14:38:47 -0700
commit374a9650f9a2a8b12ec88979c38473684023ebca (patch)
tree3945d2f74af6c375cb1463c6afd2530636914728
parent6ea091f33d83f732db2ec423b2337869561c9dc0 (diff)
downloadplatform_cts-374a9650f9a2a8b12ec88979c38473684023ebca.tar.gz
platform_cts-374a9650f9a2a8b12ec88979c38473684023ebca.tar.bz2
platform_cts-374a9650f9a2a8b12ec88979c38473684023ebca.zip
Clarify vold isn't exploitable when no sd card exists
Change-Id: I24903ca0f6267c0034df068abcece6091f25f38e
-rw-r--r--tests/tests/security/src/android/security/cts/VoldExploitTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests/security/src/android/security/cts/VoldExploitTest.java b/tests/tests/security/src/android/security/cts/VoldExploitTest.java
index df5e58aec54..38eece7b87d 100644
--- a/tests/tests/security/src/android/security/cts/VoldExploitTest.java
+++ b/tests/tests/security/src/android/security/cts/VoldExploitTest.java
@@ -51,8 +51,8 @@ public class VoldExploitTest extends TestCase {
devices.addAll(getSysFsPath("/etc/vold.fstab"));
devices.addAll(getSysFsPath("/system/etc/vold.fstab"));
if (devices.isEmpty()) {
- // FIXME: We should be able to detect this security hole
- // even if there's no vold.fstab entry
+ // This vulnerability is not exploitable if there's
+ // no entry in vold.fstab
return;
}