mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
IniWriter: Don't allow read for others on new files
This commit is contained in:
parent
c0444a81b2
commit
7fc70c5a02
@ -27,7 +27,7 @@ class IniWriter extends Zend_Config_Writer_FileAbstract
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public static $fileMode = 0664;
|
||||
public static $fileMode = 0660;
|
||||
|
||||
/**
|
||||
* Create a new INI writer
|
||||
|
Loading…
x
Reference in New Issue
Block a user