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

Issue 3755010: Add the chroot creator to the default set of allowed groups (with override flag). (Closed)

Created:
10 years, 2 months ago by Michael Moss
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add the chroot creator to the default set of allowed groups (with override flag). This fixes a buildbot issue where chroots can't be used without sudo (because there is no 'admin' group, and chrome-bot only belongs to the 'chrome-bot' group). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62790

Patch Set 1 #

Total comments: 1

Patch Set 2 : review cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -6 lines) Patch
M build/install-chroot.sh View 1 3 chunks +15 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Moss
10 years, 2 months ago (2010-10-15 18:41:20 UTC) #1
Markus (顧孟勤)
10 years, 2 months ago (2010-10-15 20:45:55 UTC) #2
LGTM

http://codereview.chromium.org/3755010/diff/1/2
File build/install-chroot.sh (right):

http://codereview.chromium.org/3755010/diff/1/2#newcode25
build/install-chroot.sh:25: g)
Maybe rewrite this more concisely as:

[ -n "${OPTARG}" ] &&
chroot_groups="${chroot_groups}${chroot_groups:+,}${OPTARG}"

Powered by Google App Engine
This is Rietveld 408576698