[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #21779 [Applications/Tor Browser]: Non-admin users can't access Tor Browser on macOS
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs