Chromium Code Reviews| Index: enterprise_helper_linux.py |
| =================================================================== |
| --- enterprise_helper_linux.py (revision 93214) |
| +++ enterprise_helper_linux.py (working copy) |
| @@ -18,6 +18,7 @@ |
| 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: |