commit | 7707670fa4c5163441e3af0a5520438cfc4f138a | [log] [tgz] |
---|---|---|
author | Elly Fong-Jones <ellyjones@chromium.org> | Wed Jan 23 17:31:54 2013 -0500 |
committer | ChromeBot <chrome-bot@google.com> | Thu Jan 24 11:55:56 2013 -0800 |
tree | ac9f89f93c09cded0e4743eda4a591f966adb77f | |
parent | 24c27c1e92abea892f4bbf3ed14b1a979d22d6e1 [diff] |
[platform_FilePerms] expect fusectl nodev/noexec/nosuid CQ-DEPEND=I5ed888ca9fe96dd67220747fb7fb43847560358b BUG=chromium-os:32631 TEST=yep Change-Id: I39ba23294f9c39b4f9b770b4be78ed654dbf18f2 Signed-off-by: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/41870 Reviewed-by: Jim Hebert <jimhebert@chromium.org>
diff --git a/client/site_tests/platform_FilePerms/platform_FilePerms.py b/client/site_tests/platform_FilePerms/platform_FilePerms.py index 2a4b693..ec46c75 100644 --- a/client/site_tests/platform_FilePerms/platform_FilePerms.py +++ b/client/site_tests/platform_FilePerms/platform_FilePerms.py
@@ -56,7 +56,7 @@ 'options': standard_rw_options}, '/sys/fs/fuse/connections': { # crosbug.com/32631 'type': 'fusectl', - 'options': ['rw', 'relatime']}, + 'options': standard_rw_options}, '/sys/kernel/debug': { 'type': 'debugfs', 'options': standard_rw_options},