MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
767 stars 438 forks source link

ubi: align galera comments, sticky bit for /run/mariadb #586

Closed grooverdan closed 4 months ago

grooverdan commented 4 months ago

/run/mariadb should be able to be written by any user in an unpriv mode, but that socket written there shouldn't be deletable by anyone, so sticky bit restricts this to the creating user.

Align comments around galera and clarify that its the deb/rpm packaging differences that result in different locations.

mmontes11 commented 4 months ago

LGTM! 👍🏻