Subject | Re: db file access right |
---|---|
Author | Fabrice Aeschbacher |
Post date | 2006-07-05T07:23:43Z |
Hi,
In fact, we are using isql within a Makefile to create a database
('make db') during the developpment process. The new database is just
a 'defaut' database, and I want to allow non-root user to be able copy
the database (which is absolutely not used, but needs to be readable
for everybody).
How could I set up Firebird so that the permission of the created db
is 0644?
Best regards,
Fabrice
--- In firebird-support@yahoogroups.com, "Fabrice Aeschbacher"
<fabrice.aeschbacher@...> wrote:
In fact, we are using isql within a Makefile to create a database
('make db') during the developpment process. The new database is just
a 'defaut' database, and I want to allow non-root user to be able copy
the database (which is absolutely not used, but needs to be readable
for everybody).
How could I set up Firebird so that the permission of the created db
is 0644?
Best regards,
Fabrice
--- In firebird-support@yahoogroups.com, "Fabrice Aeschbacher"
<fabrice.aeschbacher@...> wrote:
>
> Hi,
>
> (FB 1.5 / linux)
>
> The default access rights for database files (*.fdb) are 0600
> (read/write for root).
>
> For some raison, we want the db files to be created with access mode =
> 0644.
>
> How can I do this?
>
> Best regards,
> Fabrice
>