Unverified Commit fa17542f authored by boklm's avatar boklm
Browse files

Revert "Bug 21779: Non-admin users can't access Tor Browser on macOS."

This reverts commit dd6349a4.

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
parent f6652ffc
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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 %]"