Chromium Code Reviews| 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..e5995ec855a13214062fa9b896705984021fe7af |
| --- /dev/null |
| +++ b/client/site_tests/security_ProfilePermissions/control |
| @@ -0,0 +1,22 @@ |
| +# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
|
seano
2011/03/16 22:40:25
2011
|
| +# 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') |
| + |