mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Fix permissions problem for firebird.conf (SF 745090)
This commit is contained in:
parent
3630dbfd76
commit
cf184580e5
@ -31,7 +31,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: postinstall.sh.in,v 1.8 2003-04-28 19:48:22 skidder Exp $
|
||||
# $Id: postinstall.sh.in,v 1.9 2003-05-29 10:14:55 skidder Exp $
|
||||
#
|
||||
|
||||
# The post install script for Firebird Classic
|
||||
@ -394,6 +394,7 @@ fixFilePermissions() {
|
||||
|
||||
chmod ug=rw,o= firebird.log
|
||||
|
||||
chmod a=r firebird.conf
|
||||
chmod a=r firebird.msg
|
||||
chmod a=r README
|
||||
chmod ug=rw,o= help/help.fdb
|
||||
@ -509,6 +510,7 @@ fixFilePermissionsRoot() {
|
||||
|
||||
chmod a=rw firebird.log
|
||||
|
||||
chmod a=r firebird.conf
|
||||
chmod a=r firebird.msg
|
||||
chmod a=r README
|
||||
chmod a=rw help/help.fdb
|
||||
|
@ -262,6 +262,7 @@ fixFilePermissions() {
|
||||
|
||||
chmod ug=rw,o= firebird.log
|
||||
|
||||
chmod a=r firebird.conf
|
||||
chmod a=r firebird.msg
|
||||
chmod ug=rw,o= help/help.fdb
|
||||
chmod ug=rw,o= security.fdb
|
||||
|
Loading…
Reference in New Issue
Block a user