NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11746 for general documentation changes for release 1.1.6. Use
Item9693 for docu changes for release 1.2 and 2.0.
Item9928: Gauge plugin changes the umask to hardcoded 002 - which can break other extensions.
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Extension |
GaugePlugin |
|
GaugePlugin should set the umask to 777 - {RCS}{dirPermissions}
GaugePlugin.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. Now fixed.
--
AndrewJones - 04 May 2011