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

Issue 113287: posix: directories should only be readable by the user. (Closed)

Created:
11 years, 7 months ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
Markus (顧孟勤)
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

posix: directories should only be readable by the user. Almost all the data we store is private, so we shouldn't even allow it to be group-readable. Note that files still obey the user's umask and if someone wants to make their download directory world-readable we won't undo that. BUG=11776

Patch Set 1 #

Patch Set 2 : fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M base/file_util.h View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_posix.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Evan Martin
11 years, 7 months ago (2009-05-12 19:16:24 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698