summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/functional/enterprise_helper_linux.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/functional/enterprise_helper_linux.py b/chrome/test/functional/enterprise_helper_linux.py
index bf780a1..1d44eec9 100644
--- a/chrome/test/functional/enterprise_helper_linux.py
+++ b/chrome/test/functional/enterprise_helper_linux.py
@@ -18,6 +18,7 @@ def main():
os.chmod(filename, 0755)
elif sys.argv[1] == 'setup_dir':
os.system('mkdir -p %s' % sys.argv[2])
+ os.system('chmod -R 755 /etc/opt/chrome/')
elif sys.argv[1] == 'remove_dir':
os.system('rm -rf %s' % sys.argv[2])
else: