You are here: Foswiki>Tasks Web>Item9926 (30 Oct 2010, GeorgeClark)Edit Attach

Item9926: Barcode plugin changes the umask to hardcoded 002 - which can break other extensions.

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

BarcodePlugin.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 Barcode plugin changes the umask to hardcoded 002 - which can break other extensions.
ReportedBy GeorgeClark
Codebase trunk
SVN Range
AppliesTo Extension
Component BarcodePlugin
Priority Urgent
CurrentState New
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
Topic revision: r1 - 30 Oct 2010, 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