[Buildroot] [PATCH v3 1/8] package/mariadb: fix permissions of data dir when using systemd

Peter Korsgaard peter at korsgaard.com
Sun Mar 8 08:52:48 UTC 2020


>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> writes:

 > Hi Peter,
 > On Sat, Mar 07 2020, Peter Korsgaard wrote:
 >>>>>>> "Ryan" == Ryan Coe <bluemrp9 at gmail.com> 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 <bluemrp9 at gmail.com>
 >> > ---
 >> > 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.

 > Not in 2019.02.x as of 06d3d2602, or 2019.11.x as of 51f9a97831e.

Ups, forgot to push. Will do so now. Thanks!

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list