Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
bb16c7d2
Commit
bb16c7d2
authored
Jun 8, 2023
by
boklm
Committed by
Richard Pospesel
Jun 12, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40878: Fix default permission on gpg signature files
parent
8a7319b1
Branches
maint-12.0-mullvad
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/signing/linux-signer-gpg-sign
+1
-0
1 addition, 0 deletions
tools/signing/linux-signer-gpg-sign
with
1 addition
and
0 deletions
tools/signing/linux-signer-gpg-sign
+
1
−
0
View file @
bb16c7d2
...
...
@@ -20,4 +20,5 @@ do
tmpsig
=
$(
mktemp
)
echo
"
$GPG_PASS
"
|
sudo
-u
signing-gpg
--
"
$wrappers_dir
/sign-gpg"
"
$i
"
>
"
$tmpsig
"
mv
-f
"
$tmpsig
"
"
${
i
}
.asc"
chmod
644
"
${
i
}
.asc"
done
This diff is collapsed.
Click to expand it.
morgan
@morgan
mentioned in merge request
!737 (merged)
·
Jun 12, 2023
mentioned in merge request
!737 (merged)
mentioned in merge request !737
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment