tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit da4fda8b3d165dc3abc20c7caea1d45719dffd7b
parent 4dbb815028e72538cafe34bbd4ee462ef44245e6
Author: Alexandre Lissy <lissyx+mozillians@lissyx.dyndns.org>
Date:   Wed, 19 Nov 2025 17:46:18 +0000

Bug 259356 - Ensure ~/.config is worker:worker owned r=jcristau

Differential Revision: https://phabricator.services.mozilla.com/D273056

Diffstat:
Mtaskcluster/docker/debian-base/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taskcluster/docker/debian-base/Dockerfile b/taskcluster/docker/debian-base/Dockerfile @@ -58,7 +58,7 @@ COPY topsrcdir/taskcluster/docker/recipes/hgrc /etc/mercurial/hgrc.d/mozilla.rc # Add pip configuration, among other things. # %include taskcluster/docker/recipes/dot-config -COPY topsrcdir/taskcluster/docker/recipes/dot-config /builds/worker/.config +COPY --chown=worker topsrcdir/taskcluster/docker/recipes/dot-config /builds/worker/.config # %include taskcluster/scripts/run-task COPY topsrcdir/taskcluster/scripts/run-task /builds/worker/bin/run-task-hg