From patchwork Mon Apr 27 16:28:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Taylor Blau X-Patchwork-Id: 11512983 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0073115E6 for ; Mon, 27 Apr 2020 16:28:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D8C64206BF for ; Mon, 27 Apr 2020 16:28:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ttaylorr-com.20150623.gappssmtp.com header.i=@ttaylorr-com.20150623.gappssmtp.com header.b="J6NyWK3e" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728291AbgD0Q2G (ORCPT ); Mon, 27 Apr 2020 12:28:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1727073AbgD0Q2F (ORCPT ); Mon, 27 Apr 2020 12:28:05 -0400 Received: from mail-pj1-x1041.google.com (mail-pj1-x1041.google.com [IPv6:2607:f8b0:4864:20::1041]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B05CCC0610D5 for ; Mon, 27 Apr 2020 09:28:04 -0700 (PDT) Received: by mail-pj1-x1041.google.com with SMTP id mq3so7729399pjb.1 for ; Mon, 27 Apr 2020 09:28:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ttaylorr-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=sfmJjJOYpZpd7NyY6aMNq33Oxk35HnqhUt3ukJV1d5E=; b=J6NyWK3edw2LnUfdbhmd2GRNYVof9R7gEIT5Mif7vVLpLzTeOSmav6nbFnO65siodN 8F0U5WywwkLSqc0bBhKAI3gKrNN7pfGsG9b4c2bq6889Tl0q2RIJ4JA7H20Uotd9/m/V /BKgXeltUyfk4d+ZiUGoscb92hiRifje36roNPl3GdCfpFyaYwEOVphkAtZVZun7uacw j4lbxfubhVTaEGZaMrYS1Ca4gwhHnBUYk+hbyVD3u457wZtobzg0DTqqbtwaxO1WnLQ6 ZIGqYdnpEOqU2445LQqtpG6IOh2RucQ6Aie0qBU+TysA1L4md7VQV+2EAo35FezZUD5i XQLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=sfmJjJOYpZpd7NyY6aMNq33Oxk35HnqhUt3ukJV1d5E=; b=MuTD0iFKvAWT3IUIydirvDA9VStpFTKrr+rxxKm3UbsezTqPS+6HcBCOhp/t46IBhB faYh/mJzMXKPB62iifzbN0yXsmb27/iHgvONd7D8OQ1XWCcnv5QYY7dlAbZerRYzuuMv PFaXStQkWHvycUxh0cbbtJCKv9N6z2wQWKkoDcJ7TsWI7tumzqAK9YMNIixR1lMb9uSV upWYH/QUMZFssip2MdEa4Q6zFkOls21sOtFP79RWJd5LEriQZrE6X38HU9ahR4yULlmq GrQCY8t8quToiWih3M3Tr0iJF3ATyd90GBQw+xktlouUJ0oewqAeX7q8T4/OYq/RKV4A 0Y1g== X-Gm-Message-State: AGi0PuZNIsvMdRdxLdrS7zhB0fEAbAMpMXwixPl4Hrm+w0oPHtZOlKqQ bNVbyYZkMyGZ6X4gF7jUMfam7wCD3jquhQ== X-Google-Smtp-Source: APiQypLAgi79d0XClDBLLavHe90Ig4O2LHNUMa6Gcb2XvwxALXQjNvCH10uu5kk9RR6VJYHO0R829Q== X-Received: by 2002:a17:90a:5aa7:: with SMTP id n36mr24928120pji.45.1588004883802; Mon, 27 Apr 2020 09:28:03 -0700 (PDT) Received: from localhost ([8.44.146.30]) by smtp.gmail.com with ESMTPSA id r23sm13202677pfr.64.2020.04.27.09.28.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Apr 2020 09:28:03 -0700 (PDT) Date: Mon, 27 Apr 2020 10:28:02 -0600 From: Taylor Blau To: git@vger.kernel.org Cc: peff@peff.net, dstolee@microsoft.com, gitster@pobox.com, mhagger@alum.mit.edu Subject: [PATCH v2 3/4] commit-graph.c: write non-split graphs as read-only Message-ID: <86cf29ce9c1e6dc1fc881458c18850c2893b092a.1588004647.git.me@ttaylorr.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org In the previous commit, Git learned 'hold_lock_file_for_update_mode' to allow the caller to specify the permission bits (prior to further adjustment by the umask and shared repository permissions) used when acquiring a temporary file. Use this in the commit-graph machinery for writing a non-split graph to acquire an opened temporary file with permissions read-only permissions to match the split behavior. (In the split case, Git uses git_mkstemp_mode' for each of the commit-graph layers with permission bits '0444'). One can notice this discrepancy when moving a non-split graph to be part of a new chain. This causes a commit-graph chain where all layers have read-only permission bits, except for the base layer, which is writable for the current user. Resolve this discrepancy by using the new 'hold_lock_file_for_update_mode' and passing the desired permission bits. Doing so causes some test fallout in t5318 and t6600. In t5318, this occurs in tests that corrupt a commit-graph file by writing into it. For these, 'chmod u+w'-ing the file beforehand resolves the issue. The additional spot in 'corrupt_graph_verify' is necessary because of the extra 'git commit-graph write' beforehand (which *does* rewrite the commit-graph file). In t6600, this is caused by copying a read-only commit-graph file into place and then trying to replace it. For these, make these files writable. Signed-off-by: Taylor Blau --- commit-graph.c | 3 ++- t/t5318-commit-graph.sh | 11 ++++++++++- t/t6600-test-reach.sh | 2 ++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/commit-graph.c b/commit-graph.c index f013a84e29..5b5047a7dd 100644 --- a/commit-graph.c +++ b/commit-graph.c @@ -1388,7 +1388,8 @@ static int write_commit_graph_file(struct write_commit_graph_context *ctx) f = hashfd(fd, ctx->graph_name); } else { - hold_lock_file_for_update(&lk, ctx->graph_name, LOCK_DIE_ON_ERROR); + hold_lock_file_for_update_mode(&lk, ctx->graph_name, + LOCK_DIE_ON_ERROR, 0444); fd = lk.tempfile->fd; f = hashfd(lk.tempfile->fd, lk.tempfile->filename.buf); } diff --git a/t/t5318-commit-graph.sh b/t/t5318-commit-graph.sh index 9bf920ae17..fb0aae61c3 100755 --- a/t/t5318-commit-graph.sh +++ b/t/t5318-commit-graph.sh @@ -96,6 +96,13 @@ test_expect_success 'write graph' ' graph_read_expect "3" ' +test_expect_success POSIXPERM 'write graph has correct permissions' ' + test_path_is_file $objdir/info/commit-graph && + echo "-r--r--r--" >expect && + test_modebits $objdir/info/commit-graph >actual && + test_cmp expect actual +' + graph_git_behavior 'graph exists' full commits/3 commits/1 test_expect_success 'Add more commits' ' @@ -421,7 +428,8 @@ GRAPH_BYTE_FOOTER=$(($GRAPH_OCTOPUS_DATA_OFFSET + 4 * $NUM_OCTOPUS_EDGES)) corrupt_graph_setup() { cd "$TRASH_DIRECTORY/full" && test_when_finished mv commit-graph-backup $objdir/info/commit-graph && - cp $objdir/info/commit-graph commit-graph-backup + cp $objdir/info/commit-graph commit-graph-backup && + chmod u+w $objdir/info/commit-graph } corrupt_graph_verify() { @@ -435,6 +443,7 @@ corrupt_graph_verify() { fi && git status --short && GIT_TEST_COMMIT_GRAPH_DIE_ON_LOAD=true git commit-graph write && + chmod u+w $objdir/info/commit-graph && git commit-graph verify } diff --git a/t/t6600-test-reach.sh b/t/t6600-test-reach.sh index b24d850036..475564bee7 100755 --- a/t/t6600-test-reach.sh +++ b/t/t6600-test-reach.sh @@ -51,8 +51,10 @@ test_expect_success 'setup' ' done && git commit-graph write --reachable && mv .git/objects/info/commit-graph commit-graph-full && + chmod u+w commit-graph-full && git show-ref -s commit-5-5 | git commit-graph write --stdin-commits && mv .git/objects/info/commit-graph commit-graph-half && + chmod u+w commit-graph-half && git config core.commitGraph true '