From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sat, 07 Mar 2020 22:23:19 +0100 Subject: [Buildroot] [PATCH v3 1/8] package/mariadb: fix permissions of data dir when using systemd In-Reply-To: <20200204012200.7273-1-bluemrp9@gmail.com> (Ryan Coe's message of "Mon, 3 Feb 2020 17:21:53 -0800") References: <20200204012200.7273-1-bluemrp9@gmail.com> Message-ID: <877dzvx3js.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Ryan" == Ryan Coe writes: > mysql_install_db is currently called in the systemd unit without > --user=mysql that the sysv script uses. This will generate the initial > database files with root permissions. However, mysqld runs as user mysql > so this will cause problems. We fix this by calling chown instead of > passing the user parameter because an upcoming version bump will fail when > ran this way. > Signed-off-by: Ryan Coe > --- > Changes v2 -> v3: > - separate changes into separate patches (suggested by Thomas) > Changes v1 -> v2: > - no change Committed to 2019.02.x and 2019.11.x, thanks. -- Bye, Peter Korsgaard