Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
Add support for restricting access
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobalberty committed Feb 11, 2024
1 parent 69c995f commit 2cce865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ firebirdSetup() {
if [[ ${DataTypeCompatibility} != '' ]]; then
confSet DataTypeCompatibility "${DataTypeCompatibility}"
fi
file_env 'RestrictAccess'
if [[ ${RestrictAccess} == 'true' ]]; then
confSet DatabaseAccess "Restrict ${DBPATH}"
fi
fi

if [ ! -f "${VOLUME}/system/security5.fdb" ]; then
Expand Down

0 comments on commit 2cce865

Please sign in to comment.