[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 16c72c7040e51364f497ec2ed8a597b6874d080d
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
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 %]



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits