commit fa17542f246d7724b75c10ff8875b89dc657c29e Author: Nicolas Vigier boklm@torproject.org Date: Fri Jun 2 12:55:07 2017 +0200
Revert "Bug 21779: Non-admin users can't access Tor Browser on macOS."
This reverts commit dd6349a4c118d05797eb211d538ac36b6d08bb59.
The problem was the script for recreating the .dmg files after the code-signing set the permissions wrong. No need to fix anything in the bundle descriptor.
tor-browser-bundle.git author: Georg Koppen gk@torproject.org tor-browser-bundle.git commit: 082738a4bd83943d97e084fa04045e481772b998 --- projects/tor-browser/build | 12 ------------ 1 file changed, 12 deletions(-)
diff --git a/projects/tor-browser/build b/projects/tor-browser/build index d580284..69469db 100644 --- a/projects/tor-browser/build +++ b/projects/tor-browser/build @@ -229,12 +229,6 @@ rm -f precomplete python $MARTOOLS/createprecomplete.py popd
-[% IF c("var/osx") -%] - # Ensure that files and directories are accessible by non-admin users - # if the app bundle is placed in /Applications. See bug 21779. - chmod -R o+rX "$TBDIR" -[% END -%] - cd $distdir
[% IF c("var/build_mar") -%] @@ -307,12 +301,6 @@ rm -rf $distdir/${PKG_DIR} python $MARTOOLS/createprecomplete.py popd
- [% IF c("var/osx") -%] - # Ensure that files and directories are accessible by non-admin users - # if the app bundle is placed in /Applications. See bug 21779. - chmod -R o+rX "[% browserdir %]" - [% END -%] - # Create full MAR file and compressed package for this locale. MAR_FILE=tor-browser-[% c("var/mar_osname") %]-[% c("var/torbrowser_version") %]_[% lang %].mar MAR=$MARTOOLS/mar MBSDIFF=$MARTOOLS/mbsdiff $MARTOOLS/make_full_update.sh -q $OUTDIR/$MAR_FILE "[% browserdir %]"
tbb-commits@lists.torproject.org