[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},