Item9929: Headlines plugin changes the umask to hardcoded 002 - which can break other extensions.

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

HeadlinesPlugin/Core.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

 

ItemTemplate edit

Summary Headlines plugin changes the umask to hardcoded 002 - which can break other extensions.
ReportedBy GeorgeClark
Codebase trunk
SVN Range
AppliesTo Extension
Component HeadlinesPlugin
Priority Urgent
CurrentState Needs Developer
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
masterCheckins
ItemBranchCheckins
Release02x01Checkins
Release02x00Checkins
Release01x01Checkins
Topic revision: r2 - 25 Sep 2016, GeorgeClark
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