[tor-bugs] #21779 [Applications/Tor Browser]: Non-admin users can't access Tor Browser on macOS
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue May 23 15:25:10 UTC 2017
#21779: Non-admin users can't access Tor Browser on macOS
--------------------------------------+--------------------------
Reporter: teor | Owner: mcs
Type: defect | Status: reopened
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: TorBrowserTeam201705R | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+--------------------------
Comment (by gk):
Do you mean https://gitweb.torproject.org/tor-browser-
spec.git/tree/processes/ReleaseProcess?
I doubt this matters. What looks more promising is our `ddmg.sh` script:
https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/gitian
/build-helpers/ddmg.sh. See:
{{{
if [ "z$DATA_OUTSIDE_APP_DIR" = "z1" ]; then
EXE_MODE=0755
OTHER_MODE=0644
else
EXE_MODE=0750
OTHER_MODE=0640
fi
find $@ -executable -exec chmod $EXE_MODE {} \;
find $@ ! -executable -exec chmod $OTHER_MODE {} \;
}}}
for instance. I should have thought about that earlier. :(
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21779#comment:9>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list