[tor-commits] [tor-browser-build/maint-9.0] Bug 33200: Fix permissions on bookmarks.html

sysrqb at torproject.org sysrqb at torproject.org
Mon Feb 10 02:34:29 UTC 2020


commit 16c72c7040e51364f497ec2ed8a597b6874d080d
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Sun Feb 9 23:50:01 2020 +0100

    Bug 33200: Fix permissions on bookmarks.html
    
    Fix a build reproducibility issue caused by different permissions on
    bookmarks.html.
---
 projects/tor-browser/build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/tor-browser/build b/projects/tor-browser/build
index cf31331..bcd2412 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -147,6 +147,7 @@ cp defaults/preferences/000-tor-browser.js $rootdir
   mkdir -p chrome/en-US/locale/browser
   cp -p $rootdir/bookmarks.html chrome/en-US/locale/browser/
   [% c("var/touch") %] chrome/en-US/locale/browser/bookmarks.html
+  chmod 600 chrome/en-US/locale/browser/bookmarks.html
   zip -Xm omni.ja chrome/en-US/locale/browser/bookmarks.html
   rm -rf chrome
 [% END %]





More information about the tor-commits mailing list