#13631: Sage refuses to run despite safe directory
---------------------------+------------------------------------------------
Reporter: vbraun | Owner: mvngu
Type: defect | Status: new
Priority: blocker | Milestone: sage-5.4
Component: doctest | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
---------------------------+------------------------------------------------
Comment (by vbraun):
I'm talking about Sage-5.4.rc2 (which is the first one with your Python
patch). The problem is the
{{{
if ((arg_stat.st_mode & 0022) == 0 && (program_stat.st_mode & 0022) == 0)
}}}
check, thats too restrictive. If you have your own group then its
perfectly save to for the directory to be group-writable, and indeed
Fedora sets you up with umask `0002` in that case.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13631#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.