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

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



commit 241e805dbbefcb0860bf32a38b63fcd7edf71a68
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 2633ddc..b9732e8 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -170,6 +170,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