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

Unified Diff: chrome/common/extensions/docs/external_extensions.html

Issue 8318011: Update write checks for external extension file on mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rev comments. Created 9 years, 2 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 | « base/file_util_unittest.cc ('k') | chrome/common/extensions/docs/static/external_extensions.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/external_extensions.html
diff --git a/chrome/common/extensions/docs/external_extensions.html b/chrome/common/extensions/docs/external_extensions.html
index 3bcd7e7efa5f43d63f18d2cf79e6c245bef48417..b406e930a366f2772e95f945b97ce717d9ba53ff 100644
--- a/chrome/common/extensions/docs/external_extensions.html
+++ b/chrome/common/extensions/docs/external_extensions.html
@@ -445,7 +445,7 @@ or <code>/home/share/extension.crx</code>.)
</dd>
<dt> Mac OS X: </dt>
<dd> <code>/Library/Application Support/Google/Chrome/External Extensions/</code> </dd>
- <p class="note"><b>Note:</b> The external extensions file is read only if every directory in the path is owned by the user <code>root</code>, has the group <code>admin</code>, and is not world readable. The path must also be free of symbolic links. These restrictions prevent an unprivileged user from causing extensions to be installed for all users. See <a href="#troubleshooting">troubleshooting</a> for details.</p>
+ <p class="note"><b>Note:</b> The external extensions file is read only if every directory in the path is owned by the user <code>root</code>, has the group <code>admin</code> or <code>wheel</code>, and is not world writable. The path must also be free of symbolic links. These restrictions prevent an unprivileged user from causing extensions to be installed for all users. See <a href="#troubleshooting">troubleshooting</a> for details.</p>
<p class="note">
<b>Note:</b> The above path was added in Chrome 16. Prior versions used a different path, which is now deprecated:
<code>/Applications/Google Chrome.app/Contents/Extensions/</code> .</p>
« no previous file with comments | « base/file_util_unittest.cc ('k') | chrome/common/extensions/docs/static/external_extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698