Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1301)

Unified Diff: enterprise_helper_linux.py

Issue 7439009: Added code to change the folder permissions of /etc/opt/chrome (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698