Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: client/site_tests/security_ProfilePermissions/control

Issue 6677093: add Profile Permissions test (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Fix copyright dates Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/site_tests/security_ProfilePermissions/security_ProfilePermissions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/security_ProfilePermissions/control
diff --git a/client/site_tests/security_ProfilePermissions/control b/client/site_tests/security_ProfilePermissions/control
new file mode 100644
index 0000000000000000000000000000000000000000..73c195b6ba86ffdc3cde34e3250c889d2f0f2e77
--- /dev/null
+++ b/client/site_tests/security_ProfilePermissions/control
@@ -0,0 +1,22 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+TIME="SHORT"
+AUTHOR = "The Chromium OS Authors"
+DOC = """
+Ensures appropriate permissions on data within the chronos profile.
+"""
+NAME = "security_ProfilePermissions"
+PURPOSE = "Protect the security boundary enforced by filesystem permissions"
+CRITERIA = """
+Fail if there are any files or directories writable by group/other in ~.
+"""
+TEST_CLASS = "security"
+TEST_CATEGORY = "Functional"
+TEST_TYPE = "client"
+
+job.run_test("security_ProfilePermissions", creds='$default', tag='login')
+#TODO(jimhebert) Uncomment this after chromium-os:13173 is fixed.
+#job.run_test("security_ProfilePermissions", creds=None, tag='BWSI')
+
« no previous file with comments | « no previous file | client/site_tests/security_ProfilePermissions/security_ProfilePermissions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698