History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CORE-1887
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alexander Peshkov
Reporter: Alexander Peshkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Firebird Core

New created databases have wrong access rights

Created: 07/May/08 07:46 AM   Updated: Tuesday 12:53 PM
Component/s: Engine
Affects Version/s: 2.0.4, 2.1.0
Fix Version/s: 2.1.1, 2.5 Alpha 1, 2.0.5

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: posix

Resolution Date: 07/May/08
Planning Status: Unspecified


 Description  « Hide
A bug was reported by Philippe Makowski in devel list.

In the past, Firebird created db file with :

-rw------- 1 firebird firebird
now it create them with :
-rw-r--r-- 1 firebird firebird

It is a good point that firebird group have read access, but why other users ?
I will more agree with
-rw-r----- 1 firebird firebird
or
-rw-rw---- 1 firebird firebird


 All   Comments   Work Log   Change History   Version Control   Subversion Commits      Sort Order:
Alexander Peshkov - [07/May/08 08:52 AM ]
To avoid dependency from process umask added explicit call to chmod() after file creation.