You are here: Foswiki>Tasks Web>Item9927 (09 Dec 2010, AndrewJones)Edit Attach

Item9927: EasyTimeline plugin changes the umask to hardcoded 002 - which can break other extensions.

pencil
Priority: Urgent
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: EasyTimelinePlugin
Branches:
Reported By: GeorgeClark
Waiting For:
Last Change By: AndrewJones
EasyTimelinePlugin should set the umask to 777 - {RCS}{dirPermissions}

EasyTimelinePlugin.pm sets umask to 002. This will cause directories created by other extensions to potentially have broader permissions than intended by the configure settings.

Suggested code: umask( oct(777) - $Foswiki::cfg{RCS}{dirPermission} );

-- GeorgeClark - 30 Oct 2010

Thanks George. Fixed in latest release.

-- AndrewJones - 09 Dec 2010
 

ItemTemplate edit

Summary EasyTimeline plugin changes the umask to hardcoded 002 - which can break other extensions.
ReportedBy GeorgeClark
Codebase trunk
SVN Range
AppliesTo Extension
Component EasyTimelinePlugin
Priority Urgent
CurrentState Closed
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
Topic revision: r2 - 09 Dec 2010, AndrewJones
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy